#555BFE

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

Shades of Neon Blue #555BFE

Tints of Neon Blue #555BFE

Color information

#555BFE (or 0x555BFE) is unknown color: approx Neon Blue. HEX triplet: 55, 5B and FE. RGB value is (85,91,254). Sum of RGB (Red+Green+Blue) = 85+91+254=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #555BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555BFE is #AAA401. Grayscale: #6B6B6B. Windows color (decimal): -11183106 or 16669525. OLE color: 16669525.

HSL color Cylindrical-coordinate representation of color #555BFE: hue angle of 237.87º 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 #555BFE is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8591254-
CMYK0.670.6400.00
HSL237.87º98.83%66.47%-
HSV(B)237.87º66.54%99.61%-
XYZ25.3816.5795.63-
YUV107.79210.51111.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.77%
GREEN value IS 91 (35.94% from 255) = 21.16%
BLUE value IS 254 (99.61% from 255) = 59.07%
R=19.77%
G=21.16%
B=59.07%

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
Decimal85912540.670.6400.00237.8798.8366.47
Hex555BFE434000ee6342
Octal12513337610310000356143102
Binary101010110110111111111010000111000000001110111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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