#5955E8

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

Shades of Neon Blue #5955E8

Tints of Neon Blue #5955E8

Color information

#5955E8 (or 0x5955E8) is unknown color: approx Neon Blue. HEX triplet: 59, 55 and E8. RGB value is (89,85,232). Sum of RGB (Red+Green+Blue) = 89+85+232=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #5955E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5955E8 is #A6AA17. Grayscale: #666666. Windows color (decimal): -10922520 or 15226201. OLE color: 15226201.

HSL color Cylindrical-coordinate representation of color #5955E8: hue angle of 241.63º 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 #5955E8 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8985232-
CMYK0.620.6300.09
HSL241.63º76.17%62.16%-
HSV(B)241.63º63.36%90.98%-
XYZ21.9314.4577.98-
YUV102.95200.83118.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.92%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 232 (91.02% from 255) = 57.14%
R=21.92%
G=20.94%
B=57.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal89852320.620.6300.09241.6376.1762.16
Hex5955E83E3F09f24c3e
Octal131125350767701136211476
Binary101100110101011110100011111011111101001111100101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5955E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5955E8; }

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

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

<style>
 a { background-color: #5955E8; }

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

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

<style>
 span { border-color: #5955E8; }

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

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