#555CFE

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

Shades of Neon Blue #555CFE

Tints of Neon Blue #555CFE

Color information

#555CFE (or 0x555CFE) is unknown color: approx Neon Blue. HEX triplet: 55, 5C and FE. RGB value is (85,92,254). Sum of RGB (Red+Green+Blue) = 85+92+254=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #555CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CFE is #AAA301. Grayscale: #6B6B6B. Windows color (decimal): -11182850 or 16669781. OLE color: 16669781.

HSL color Cylindrical-coordinate representation of color #555CFE: hue angle of 237.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #555CFE is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8592254-
CMYK0.670.6400.00
HSL237.51º98.83%66.47%-
HSV(B)237.51º66.54%99.61%-
XYZ25.4616.7495.66-
YUV108.38210.18111.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.72%
GREEN value IS 92 (36.33% from 255) = 21.35%
BLUE value IS 254 (99.61% from 255) = 58.93%
R=19.72%
G=21.35%
B=58.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal85922540.670.6400.00237.5198.8366.47
Hex555CFE434000ee6342
Octal12513437610310000356143102
Binary101010110111001111111010000111000000001110111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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