#555CF9

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

Shades of Neon Blue #555CF9

Tints of Neon Blue #555CF9

Color information

#555CF9 (or 0x555CF9) is unknown color: approx Neon Blue. HEX triplet: 55, 5C and F9. RGB value is (85,92,249). Sum of RGB (Red+Green+Blue) = 85+92+249=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #555CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CF9 is #AAA306. Grayscale: #6B6B6B. Windows color (decimal): -11182855 or 16342101. OLE color: 16342101.

HSL color Cylindrical-coordinate representation of color #555CF9: hue angle of 237.44º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #555CF9 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8592249-
CMYK0.660.6300.02
HSL237.44º93.18%65.49%-
HSV(B)237.44º65.86%97.65%-
XYZ24.6716.4391.49-
YUV107.8207.68111.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 249 (97.66% from 255) = 58.45%
R=19.95%
G=21.60%
B=58.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal85922490.660.6300.02237.4493.1865.49
Hex555CF9423F02ed5d41
Octal1251343711027702355135101
Binary101010110111001111100110000101111110101110110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,92,249); }

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

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

 a { background-color: rgb(85,92,249); }

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

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

 span { border-color: rgb(85,92,249); }

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