Shades of Neon Blue #585EED
Tints of Neon Blue #585EED
RGB
CMYK
RGB Variations
Color information
#585EED (or 0x585EED) is known color: Neon Blue. HEX triplet: 58, 5E and ED. RGB value is (88,94,237). Sum of RGB (Red+Green+Blue) = 88+94+237=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #585EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585EED is #A7A112. Grayscale: #6B6B6B. Windows color (decimal): -10985747 or 15556184. OLE color: 15556184.
HSL color Cylindrical-coordinate representation of color #585EED: hue angle of 237.58º 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 #585EED is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 94 | 237 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.07 |
| HSL | 237.58º | 0.81% | 0.64% | - |
| HSV(B) | 237.58º | 0.63% | 0.93% | - |
| XYZ | 23.31 | 16.19 | 82.02 | - |
| YUV | 108.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 237 | 0.63 | 0.60 | 0 | 0.07 | 237.58 | 0.81 | 0.64 |
| Hex | 58 | 5E | ED | 3F | 3C | 0 | 7 | EE | 51 | 40 |
| Octal | 130 | 136 | 355 | 77 | 74 | 0 | 7 | 356 | 121 | 100 |
| Binary | 1011000 | 1011110 | 11101101 | 111111 | 111100 | 0 | 111 | 11101110 | 1010001 | 1000000 |
Color Harmonies of #585EED
Complementary color
Monochromatic Colors of #585EED
Black with #585EED
Text Example
Text Example
White with #585EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585EED; }
p { color: rgb(88,94,237); }
H1.HeaderClassName
{
color: #585EED;
}
.AnyTagClassName
{
color: #585EED;
}
</style>
background-color css
<style>
a { background-color: #585EED; }
a { background-color: rgb(88,94,237); }
div.DivClassName
{
background-color: #585EED;
}
.BgClassName
{
background-color: #585EED;
}
</style>
border-color css
<style>
span { border-color: #585EED; }
span { border-color: rgb(88,94,237); }
td.TdClassName
{
border-color: #585EED;
}
.TagClassName
{
border-color: #585EED;
}
</style>