Shades of Neon Blue #585BEE
Tints of Neon Blue #585BEE
RGB
CMYK
RGB Variations
Color information
#585BEE (or 0x585BEE) is known color: Neon Blue. HEX triplet: 58, 5B and EE. RGB value is (88,91,238). Sum of RGB (Red+Green+Blue) = 88+91+238=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #585BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585BEE is #A7A411. Grayscale: #6A6A6A. Windows color (decimal): -10986514 or 15620952. OLE color: 15620952.
HSL color Cylindrical-coordinate representation of color #585BEE: hue angle of 238.8º degrees, saturation: 0.82, 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 #585BEE is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 91 | 238 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.07 |
| HSL | 238.8º | 0.82% | 0.64% | - |
| HSV(B) | 238.8º | 0.63% | 0.93% | - |
| XYZ | 23.2 | 15.73 | 82.7 | - |
| YUV | 106.86 | 202.01 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 238 | 0.63 | 0.62 | 0 | 0.07 | 238.8 | 0.82 | 0.64 |
| Hex | 58 | 5B | EE | 3F | 3E | 0 | 7 | EF | 52 | 40 |
| Octal | 130 | 133 | 356 | 77 | 76 | 0 | 7 | 357 | 122 | 100 |
| Binary | 1011000 | 1011011 | 11101110 | 111111 | 111110 | 0 | 111 | 11101111 | 1010010 | 1000000 |
Color Harmonies of #585BEE
Complementary color
Monochromatic Colors of #585BEE
Black with #585BEE
Text Example
Text Example
White with #585BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BEE; }
p { color: rgb(88,91,238); }
H1.HeaderClassName
{
color: #585BEE;
}
.AnyTagClassName
{
color: #585BEE;
}
</style>
background-color css
<style>
a { background-color: #585BEE; }
a { background-color: rgb(88,91,238); }
div.DivClassName
{
background-color: #585BEE;
}
.BgClassName
{
background-color: #585BEE;
}
</style>
border-color css
<style>
span { border-color: #585BEE; }
span { border-color: rgb(88,91,238); }
td.TdClassName
{
border-color: #585BEE;
}
.TagClassName
{
border-color: #585BEE;
}
</style>