#4B60FD

Color #4B60FD Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4B60FD

Tints of Neon Blue #4B60FD

Color information

#4B60FD (or 0x4B60FD) is unknown color: approx Neon Blue. HEX triplet: 4B, 60 and FD. RGB value is (75,96,253). Sum of RGB (Red+Green+Blue) = 75+96+253=424 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.69% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B60FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B60FD is #B49F02. Grayscale: #6A6A6A. Windows color (decimal): -11837187 or 16605259. OLE color: 16605259.

HSL color Cylindrical-coordinate representation of color #4B60FD: hue angle of 232.92º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B60FD is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7596253-
CMYK0.700.6200.01
HSL232.92º97.8%64.31%-
HSV(B)232.92º70.36%99.22%-
XYZ24.8116.9594.89-
YUV107.62210.04104.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 17.69%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 253 (99.22% from 255) = 59.67%
R=17.69%
G=22.64%
B=59.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal75962530.700.6200.01232.9297.864.31
Hex4B60FD463E01e96240
Octal1131403751067601351142100
Binary10010111100000111111011000110111110011110100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B60FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B60FD; }

 p { color: rgb(75,96,253); }

 H1.HeaderClassName
 {
   color: #4B60FD;
 }
 .AnyTagClassName
 {
   color: #4B60FD;
 }
</style>
background-color css

<style>
 a { background-color: #4B60FD; }

 a { background-color: rgb(75,96,253); }

 div.DivClassName
 {
   background-color: #4B60FD;
 }
 .BgClassName
 {
   background-color: #4B60FD;
 }
</style>
border-color css

<style>
 span { border-color: #4B60FD; }

 span { border-color: rgb(75,96,253); }

 td.TdClassName
 {
   border-color: #4B60FD;
 }
 .TagClassName
 {
   border-color: #4B60FD;
 }
</style>