Shades of Neon Blue #585BED
Tints of Neon Blue #585BED
RGB
CMYK
RGB Variations
Color information
#585BED (or 0x585BED) is known color: Neon Blue. HEX triplet: 58, 5B and ED. RGB value is (88,91,237). Sum of RGB (Red+Green+Blue) = 88+91+237=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #585BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585BED is #A7A412. Grayscale: #6A6A6A. Windows color (decimal): -10986515 or 15555416. OLE color: 15555416.
HSL color Cylindrical-coordinate representation of color #585BED: hue angle of 238.79º 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 #585BED is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 91 | 237 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.07 |
| HSL | 238.79º | 0.81% | 0.64% | - |
| HSV(B) | 238.79º | 0.63% | 0.93% | - |
| XYZ | 23.05 | 15.67 | 81.93 | - |
| YUV | 106.75 | 201.51 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 237 | 0.63 | 0.62 | 0 | 0.07 | 238.79 | 0.81 | 0.64 |
| Hex | 58 | 5B | ED | 3F | 3E | 0 | 7 | EF | 51 | 40 |
| Octal | 130 | 133 | 355 | 77 | 76 | 0 | 7 | 357 | 121 | 100 |
| Binary | 1011000 | 1011011 | 11101101 | 111111 | 111110 | 0 | 111 | 11101111 | 1010001 | 1000000 |
Color Harmonies of #585BED
Complementary color
Monochromatic Colors of #585BED
Black with #585BED
Text Example
Text Example
White with #585BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BED; }
p { color: rgb(88,91,237); }
H1.HeaderClassName
{
color: #585BED;
}
.AnyTagClassName
{
color: #585BED;
}
</style>
background-color css
<style>
a { background-color: #585BED; }
a { background-color: rgb(88,91,237); }
div.DivClassName
{
background-color: #585BED;
}
.BgClassName
{
background-color: #585BED;
}
</style>
border-color css
<style>
span { border-color: #585BED; }
span { border-color: rgb(88,91,237); }
td.TdClassName
{
border-color: #585BED;
}
.TagClassName
{
border-color: #585BED;
}
</style>