#5951EF

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

Shades of Neon Blue #5951EF

Tints of Neon Blue #5951EF

Color information

#5951EF (or 0x5951EF) is unknown color: approx Neon Blue. HEX triplet: 59, 51 and EF. RGB value is (89,81,239). Sum of RGB (Red+Green+Blue) = 89+81+239=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #5951EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5951EF is #A6AE10. Grayscale: #646464. Windows color (decimal): -10923537 or 15683929. OLE color: 15683929.

HSL color Cylindrical-coordinate representation of color #5951EF: hue angle of 243.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5951EF is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8981239-
CMYK0.630.6600.06
HSL243.04º83.16%62.75%-
HSV(B)243.04º66.11%93.73%-
XYZ22.6414.2483.22-
YUV101.4205.65119.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.76%
GREEN value IS 81 (32.03% from 255) = 19.80%
BLUE value IS 239 (93.75% from 255) = 58.44%
R=21.76%
G=19.80%
B=58.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal89812390.630.6600.06243.0483.1662.75
Hex5951EF3F4206f3533f
Octal131121357771020636312377
Binary101100110100011110111111111110000100110111100111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5951EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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