#5858E8

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

Shades of Neon Blue #5858E8

Tints of Neon Blue #5858E8

Color information

#5858E8 (or 0x5858E8) is unknown color: approx Neon Blue. HEX triplet: 58, 58 and E8. RGB value is (88,88,232). Sum of RGB (Red+Green+Blue) = 88+88+232=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 232 (91.02% from 255 or 56.86% from 408); Max value from RGB is 232 - color contains mainly: blue. Hex color #5858E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5858E8 is #A7A717. Grayscale: #676767. Windows color (decimal): -10987288 or 15226968. OLE color: 15226968.

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

Color convert

RGB8888232-
CMYK0.620.6200.09
HSL240º75.79%62.75%-
HSV(B)240º62.07%90.98%-
XYZ22.0814.8878.05-
YUV104.42200116.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.57%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 232 (91.02% from 255) = 56.86%
R=21.57%
G=21.57%
B=56.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal88882320.620.6200.0924075.7962.75
Hex5858E83E3E09f04c3f
Octal130130350767601136011477
Binary101100010110001110100011111011111001001111100001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5858E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5858E8; }

 p { color: rgb(88,88,232); }

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

<style>
 a { background-color: #5858E8; }

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

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

<style>
 span { border-color: #5858E8; }

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

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