#5858E7

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

Shades of Neon Blue #5858E7

Tints of Neon Blue #5858E7

Color information

#5858E7 (or 0x5858E7) is unknown color: approx Neon Blue. HEX triplet: 58, 58 and E7. RGB value is (88,88,231). Sum of RGB (Red+Green+Blue) = 88+88+231=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #5858E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5858E7 is #A7A718. Grayscale: #676767. Windows color (decimal): -10987289 or 15161432. OLE color: 15161432.

HSL color Cylindrical-coordinate representation of color #5858E7: hue angle of 240º degrees, saturation: 0.75, 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 #5858E7 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8888231-
CMYK0.620.6200.09
HSL240º74.87%62.55%-
HSV(B)240º61.9%90.59%-
XYZ21.9414.8277.31-
YUV104.3199.5116.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.62%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 231 (90.62% from 255) = 56.76%
R=21.62%
G=21.62%
B=56.76%

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
Decimal88882310.620.6200.0924074.8762.55
Hex5858E73E3E09f04b3f
Octal130130347767601136011377
Binary101100010110001110011111111011111001001111100001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5858E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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