#5951E9

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

Shades of Neon Blue #5951E9

Tints of Neon Blue #5951E9

Color information

#5951E9 (or 0x5951E9) is unknown color: approx Neon Blue. HEX triplet: 59, 51 and E9. RGB value is (89,81,233). Sum of RGB (Red+Green+Blue) = 89+81+233=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 233 (91.41% from 255 or 57.82% from 403); Max value from RGB is 233 - color contains mainly: blue. Hex color #5951E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5951E9 is #A6AE16. Grayscale: #646464. Windows color (decimal): -10923543 or 15290713. OLE color: 15290713.

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

Color convert

RGB8981233-
CMYK0.620.6500.09
HSL243.16º77.55%61.57%-
HSV(B)243.16º65.24%91.37%-
XYZ21.7713.8978.62-
YUV100.72202.65119.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.08%
GREEN value IS 81 (32.03% from 255) = 20.10%
BLUE value IS 233 (91.41% from 255) = 57.82%
R=22.08%
G=20.10%
B=57.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal89812330.620.6500.09243.1677.5561.57
Hex5951E93E4109f34e3e
Octal1311213517610101136311676
Binary1011001101000111101001111110100000101001111100111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5951E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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