#555AE8

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

Shades of Neon Blue #555AE8

Tints of Neon Blue #555AE8

Color information

#555AE8 (or 0x555AE8) is unknown color: approx Neon Blue. HEX triplet: 55, 5A and E8. RGB value is (85,90,232). Sum of RGB (Red+Green+Blue) = 85+90+232=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 232 (91.02% from 255 or 57.00% from 407); Max value from RGB is 232 - color contains mainly: blue. Hex color #555AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555AE8 is #AAA517. Grayscale: #686868. Windows color (decimal): -11183384 or 15227477. OLE color: 15227477.

HSL color Cylindrical-coordinate representation of color #555AE8: hue angle of 237.96º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #555AE8 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8590232-
CMYK0.630.6100.09
HSL237.96º76.17%62.16%-
HSV(B)237.96º63.36%90.98%-
XYZ21.9715.0778.09-
YUV104.69199.84113.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 232 (91.02% from 255) = 57.00%
R=20.88%
G=22.11%
B=57.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85902320.630.6100.09237.9676.1762.16
Hex555AE83F3D09ee4c3e
Octal125132350777501135611476
Binary101010110110101110100011111111110101001111011101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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