Shades of Neon Blue #585DED
Tints of Neon Blue #585DED
RGB
CMYK
RGB Variations
Color information
#585DED (or 0x585DED) is known color: Neon Blue. HEX triplet: 58, 5D and ED. RGB value is (88,93,237). Sum of RGB (Red+Green+Blue) = 88+93+237=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #585DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585DED is #A7A212. Grayscale: #6B6B6B. Windows color (decimal): -10986003 or 15555928. OLE color: 15555928.
HSL color Cylindrical-coordinate representation of color #585DED: hue angle of 237.99º 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 #585DED is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 93 | 237 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.07 |
| HSL | 237.99º | 0.81% | 0.64% | - |
| HSV(B) | 237.99º | 0.63% | 0.93% | - |
| XYZ | 23.22 | 16.02 | 81.99 | - |
| YUV | 107.92 | 200.84 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 237 | 0.63 | 0.61 | 0 | 0.07 | 237.99 | 0.81 | 0.64 |
| Hex | 58 | 5D | ED | 3F | 3D | 0 | 7 | EE | 51 | 40 |
| Octal | 130 | 135 | 355 | 77 | 75 | 0 | 7 | 356 | 121 | 100 |
| Binary | 1011000 | 1011101 | 11101101 | 111111 | 111101 | 0 | 111 | 11101110 | 1010001 | 1000000 |
Color Harmonies of #585DED
Complementary color
Monochromatic Colors of #585DED
Black with #585DED
Text Example
Text Example
White with #585DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585DED; }
p { color: rgb(88,93,237); }
H1.HeaderClassName
{
color: #585DED;
}
.AnyTagClassName
{
color: #585DED;
}
</style>
background-color css
<style>
a { background-color: #585DED; }
a { background-color: rgb(88,93,237); }
div.DivClassName
{
background-color: #585DED;
}
.BgClassName
{
background-color: #585DED;
}
</style>
border-color css
<style>
span { border-color: #585DED; }
span { border-color: rgb(88,93,237); }
td.TdClassName
{
border-color: #585DED;
}
.TagClassName
{
border-color: #585DED;
}
</style>