Shades of Neon Blue #585CED
Tints of Neon Blue #585CED
RGB
CMYK
RGB Variations
Color information
#585CED (or 0x585CED) is known color: 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
| RGB | 88 | 92 | 237 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.07 |
| HSL | 238.39º | 0.81% | 0.64% | - |
| HSV(B) | 238.39º | 0.63% | 0.93% | - |
| XYZ | 23.14 | 15.84 | 81.96 | - |
| YUV | 107.33 | 201.17 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 237 | 0.63 | 0.61 | 0 | 0.07 | 238.39 | 0.81 | 0.64 |
| Hex | 58 | 5C | ED | 3F | 3D | 0 | 7 | EE | 51 | 40 |
| Octal | 130 | 134 | 355 | 77 | 75 | 0 | 7 | 356 | 121 | 100 |
| Binary | 1011000 | 1011100 | 11101101 | 111111 | 111101 | 0 | 111 | 11101110 | 1010001 | 1000000 |
Color Harmonies of #585CED
Complementary color
Monochromatic Colors of #585CED
Black with #585CED
Text Example
Text Example
White with #585CED
Text Example
Text Example
HTML Codes & Css Web 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>