Shades of Neon Blue #585BEF
Tints of Neon Blue #585BEF
RGB
CMYK
RGB Variations
Color information
#585BEF (or 0x585BEF) is known color: Neon Blue. HEX triplet: 58, 5B and EF. RGB value is (88,91,239). Sum of RGB (Red+Green+Blue) = 88+91+239=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #585BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585BEF is #A7A410. Grayscale: #6A6A6A. Windows color (decimal): -10986513 or 15686488. OLE color: 15686488.
HSL color Cylindrical-coordinate representation of color #585BEF: hue angle of 238.81º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #585BEF is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 91 | 239 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.06 |
| HSL | 238.81º | 0.83% | 0.64% | - |
| HSV(B) | 238.81º | 0.63% | 0.94% | - |
| XYZ | 23.35 | 15.79 | 83.48 | - |
| YUV | 106.98 | 202.51 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 239 | 0.63 | 0.62 | 0 | 0.06 | 238.81 | 0.83 | 0.64 |
| Hex | 58 | 5B | EF | 3F | 3E | 0 | 6 | EF | 53 | 40 |
| Octal | 130 | 133 | 357 | 77 | 76 | 0 | 6 | 357 | 123 | 100 |
| Binary | 1011000 | 1011011 | 11101111 | 111111 | 111110 | 0 | 110 | 11101111 | 1010011 | 1000000 |
Color Harmonies of #585BEF
Complementary color
Monochromatic Colors of #585BEF
Black with #585BEF
Text Example
Text Example
White with #585BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BEF; }
p { color: rgb(88,91,239); }
H1.HeaderClassName
{
color: #585BEF;
}
.AnyTagClassName
{
color: #585BEF;
}
</style>
background-color css
<style>
a { background-color: #585BEF; }
a { background-color: rgb(88,91,239); }
div.DivClassName
{
background-color: #585BEF;
}
.BgClassName
{
background-color: #585BEF;
}
</style>
border-color css
<style>
span { border-color: #585BEF; }
span { border-color: rgb(88,91,239); }
td.TdClassName
{
border-color: #585BEF;
}
.TagClassName
{
border-color: #585BEF;
}
</style>