#555AF6

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

Shades of Neon Blue #555AF6

Tints of Neon Blue #555AF6

Color information

#555AF6 (or 0x555AF6) is unknown color: approx Neon Blue. HEX triplet: 55, 5A and F6. RGB value is (85,90,246). Sum of RGB (Red+Green+Blue) = 85+90+246=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 246 (96.48% from 255 or 58.43% from 421); Max value from RGB is 246 - color contains mainly: blue. Hex color #555AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555AF6 is #AAA509. Grayscale: #696969. Windows color (decimal): -11183370 or 16144981. OLE color: 16144981.

HSL color Cylindrical-coordinate representation of color #555AF6: hue angle of 238.14º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #555AF6 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8590246-
CMYK0.650.6300.04
HSL238.14º89.94%64.9%-
HSV(B)238.14º65.45%96.47%-
XYZ24.0415.988.99-
YUV106.29206.84112.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.19%
GREEN value IS 90 (35.55% from 255) = 21.38%
BLUE value IS 246 (96.48% from 255) = 58.43%
R=20.19%
G=21.38%
B=58.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal85902460.650.6300.04238.1489.9464.9
Hex555AF6413F04ee5a41
Octal1251323661017704356132101
Binary1010101101101011110110100000111111101001110111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555AF6; }

 p { color: rgb(85,90,246); }

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

<style>
 a { background-color: #555AF6; }

 a { background-color: rgb(85,90,246); }

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

<style>
 span { border-color: #555AF6; }

 span { border-color: rgb(85,90,246); }

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