#5859E4

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

Shades of Neon Blue #5859E4

Tints of Neon Blue #5859E4

Color information

#5859E4 (or 0x5859E4) is unknown color: approx Neon Blue. HEX triplet: 58, 59 and E4. RGB value is (88,89,228). Sum of RGB (Red+Green+Blue) = 88+89+228=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #5859E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859E4 is #A7A61B. Grayscale: #676767. Windows color (decimal): -10987036 or 14965080. OLE color: 14965080.

HSL color Cylindrical-coordinate representation of color #5859E4: hue angle of 239.57º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5859E4 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8889228-
CMYK0.610.6100.11
HSL239.57º72.16%61.96%-
HSV(B)239.57º61.4%89.41%-
XYZ21.614.8275.12-
YUV104.55197.67116.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.73%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 228 (89.45% from 255) = 56.30%
R=21.73%
G=21.98%
B=56.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal88892280.610.6100.11239.5772.1661.96
Hex5859E43D3D0Bf0483e
Octal130131344757501336011076
Binary101100010110011110010011110111110101011111100001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5859E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5859E4; }

 p { color: rgb(88,89,228); }

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

<style>
 a { background-color: #5859E4; }

 a { background-color: rgb(88,89,228); }

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

<style>
 span { border-color: #5859E4; }

 span { border-color: rgb(88,89,228); }

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