#5956E9

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

Shades of Neon Blue #5956E9

Tints of Neon Blue #5956E9

Color information

#5956E9 (or 0x5956E9) is unknown color: approx Neon Blue. HEX triplet: 59, 56 and E9. RGB value is (89,86,233). Sum of RGB (Red+Green+Blue) = 89+86+233=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 233 (91.41% from 255 or 57.11% from 408); Max value from RGB is 233 - color contains mainly: blue. Hex color #5956E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5956E9 is #A6A916. Grayscale: #676767. Windows color (decimal): -10922263 or 15291993. OLE color: 15291993.

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

Color convert

RGB8986233-
CMYK0.620.6300.09
HSL241.22º76.96%62.55%-
HSV(B)241.22º63.09%91.37%-
XYZ22.1614.6678.75-
YUV103.66200.99117.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.81%
GREEN value IS 86 (33.98% from 255) = 21.08%
BLUE value IS 233 (91.41% from 255) = 57.11%
R=21.81%
G=21.08%
B=57.11%

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
Decimal89862330.620.6300.09241.2276.9662.55
Hex5956E93E3F09f14d3f
Octal131126351767701136111577
Binary101100110101101110100111111011111101001111100011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5956E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5956E9; }

 p { color: rgb(89,86,233); }

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

<style>
 a { background-color: #5956E9; }

 a { background-color: rgb(89,86,233); }

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

<style>
 span { border-color: #5956E9; }

 span { border-color: rgb(89,86,233); }

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