#5947EE

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

Shades of Neon Blue #5947EE

Tints of Neon Blue #5947EE

Color information

#5947EE (or 0x5947EE) is unknown color: approx Neon Blue. HEX triplet: 59, 47 and EE. RGB value is (89,71,238). Sum of RGB (Red+Green+Blue) = 89+71+238=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #5947EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5947EE is #A6B811. Grayscale: #5E5E5E. Windows color (decimal): -10926098 or 15615833. OLE color: 15615833.

HSL color Cylindrical-coordinate representation of color #5947EE: hue angle of 246.47º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5947EE is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8971238-
CMYK0.630.7000.07
HSL246.47º83.08%60.59%-
HSV(B)246.47º70.17%93.33%-
XYZ21.8112.882.21-
YUV95.42208.46123.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.36%
GREEN value IS 71 (28.12% from 255) = 17.84%
BLUE value IS 238 (93.36% from 255) = 59.80%
R=22.36%
G=17.84%
B=59.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal89712380.630.7000.07246.4783.0860.59
Hex5947EE3F4607f6533d
Octal131107356771060736612375
Binary101100110001111110111011111110001100111111101101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5947EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5947EE; }

 p { color: rgb(89,71,238); }

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

<style>
 a { background-color: #5947EE; }

 a { background-color: rgb(89,71,238); }

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

<style>
 span { border-color: #5947EE; }

 span { border-color: rgb(89,71,238); }

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