#585DE8

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

Shades of Neon Blue #585DE8

Tints of Neon Blue #585DE8

Color information

#585DE8 (or 0x585DE8) is unknown color: approx Neon Blue. HEX triplet: 58, 5D and E8. RGB value is (88,93,232). Sum of RGB (Red+Green+Blue) = 88+93+232=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #585DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585DE8 is #A7A217. Grayscale: #6A6A6A. Windows color (decimal): -10986008 or 15228248. OLE color: 15228248.

HSL color Cylindrical-coordinate representation of color #585DE8: hue angle of 237.92º 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 #585DE8 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8893232-
CMYK0.620.6000.09
HSL237.92º75.79%62.75%-
HSV(B)237.92º62.07%90.98%-
XYZ22.515.7378.19-
YUV107.35198.34114.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.31%
GREEN value IS 93 (36.72% from 255) = 22.52%
BLUE value IS 232 (91.02% from 255) = 56.17%
R=21.31%
G=22.52%
B=56.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal88932320.620.6000.09237.9275.7962.75
Hex585DE83E3C09ee4c3f
Octal130135350767401135611477
Binary101100010111011110100011111011110001001111011101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585DE8; }

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

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

<style>
 a { background-color: #585DE8; }

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

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

<style>
 span { border-color: #585DE8; }

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

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