#585CED

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

Shades of Neon Blue #585CED

Tints of Neon Blue #585CED

Color information

#585CED (or 0x585CED) is unknown color: approx Neon Blue. HEX triplet: 58, 5C and ED. RGB value is (88,92,237). Sum of RGB (Red+Green+Blue) = 88+92+237=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #585CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585CED is #A7A312. Grayscale: #6A6A6A. Windows color (decimal): -10986259 or 15555672. OLE color: 15555672.

HSL color Cylindrical-coordinate representation of color #585CED: hue angle of 238.39º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #585CED is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8892237-
CMYK0.630.6100.07
HSL238.39º80.54%63.73%-
HSV(B)238.39º62.87%92.94%-
XYZ23.1415.8481.96-
YUV107.33201.17114.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.10%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 237 (92.97% from 255) = 56.83%
R=21.10%
G=22.06%
B=56.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal88922370.630.6100.07238.3980.5463.73
Hex585CED3F3D07ee5140
Octal130134355777507356121100
Binary101100010111001110110111111111110101111110111010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,92,237); }

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

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

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

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

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

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

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