Shades of Neon Blue #585FED
Tints of Neon Blue #585FED
RGB
CMYK
RGB Variations
Color information
#585FED (or 0x585FED) is known color: Neon Blue. HEX triplet: 58, 5F and ED. RGB value is (88,95,237). Sum of RGB (Red+Green+Blue) = 88+95+237=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #585FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585FED is #A7A012. Grayscale: #6C6C6C. Windows color (decimal): -10985491 or 15556440. OLE color: 15556440.
HSL color Cylindrical-coordinate representation of color #585FED: hue angle of 237.18º 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 #585FED is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 95 | 237 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.07 |
| HSL | 237.18º | 0.81% | 0.64% | - |
| HSV(B) | 237.18º | 0.63% | 0.93% | - |
| XYZ | 23.4 | 16.37 | 82.05 | - |
| YUV | 109.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 237 | 0.63 | 0.60 | 0 | 0.07 | 237.18 | 0.81 | 0.64 |
| Hex | 58 | 5F | ED | 3F | 3C | 0 | 7 | ED | 51 | 40 |
| Octal | 130 | 137 | 355 | 77 | 74 | 0 | 7 | 355 | 121 | 100 |
| Binary | 1011000 | 1011111 | 11101101 | 111111 | 111100 | 0 | 111 | 11101101 | 1010001 | 1000000 |
Color Harmonies of #585FED
Complementary color
Monochromatic Colors of #585FED
Black with #585FED
Text Example
Text Example
White with #585FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585FED; }
p { color: rgb(88,95,237); }
H1.HeaderClassName
{
color: #585FED;
}
.AnyTagClassName
{
color: #585FED;
}
</style>
background-color css
<style>
a { background-color: #585FED; }
a { background-color: rgb(88,95,237); }
div.DivClassName
{
background-color: #585FED;
}
.BgClassName
{
background-color: #585FED;
}
</style>
border-color css
<style>
span { border-color: #585FED; }
span { border-color: rgb(88,95,237); }
td.TdClassName
{
border-color: #585FED;
}
.TagClassName
{
border-color: #585FED;
}
</style>