Shades of Neon Blue #585FEF
Tints of Neon Blue #585FEF
RGB
CMYK
RGB Variations
Color information
#585FEF (or 0x585FEF) is known color: Neon Blue. HEX triplet: 58, 5F and EF. RGB value is (88,95,239). Sum of RGB (Red+Green+Blue) = 88+95+239=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #585FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585FEF is #A7A010. Grayscale: #6C6C6C. Windows color (decimal): -10985489 or 15687512. OLE color: 15687512.
HSL color Cylindrical-coordinate representation of color #585FEF: hue angle of 237.22º 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 #585FEF is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 95 | 239 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.06 |
| HSL | 237.22º | 0.83% | 0.64% | - |
| HSV(B) | 237.22º | 0.63% | 0.94% | - |
| XYZ | 23.7 | 16.49 | 83.6 | - |
| YUV | 109.32 | 201.18 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 239 | 0.63 | 0.60 | 0 | 0.06 | 237.22 | 0.83 | 0.64 |
| Hex | 58 | 5F | EF | 3F | 3C | 0 | 6 | ED | 53 | 40 |
| Octal | 130 | 137 | 357 | 77 | 74 | 0 | 6 | 355 | 123 | 100 |
| Binary | 1011000 | 1011111 | 11101111 | 111111 | 111100 | 0 | 110 | 11101101 | 1010011 | 1000000 |
Color Harmonies of #585FEF
Complementary color
Monochromatic Colors of #585FEF
Black with #585FEF
Text Example
Text Example
White with #585FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585FEF; }
p { color: rgb(88,95,239); }
H1.HeaderClassName
{
color: #585FEF;
}
.AnyTagClassName
{
color: #585FEF;
}
</style>
background-color css
<style>
a { background-color: #585FEF; }
a { background-color: rgb(88,95,239); }
div.DivClassName
{
background-color: #585FEF;
}
.BgClassName
{
background-color: #585FEF;
}
</style>
border-color css
<style>
span { border-color: #585FEF; }
span { border-color: rgb(88,95,239); }
td.TdClassName
{
border-color: #585FEF;
}
.TagClassName
{
border-color: #585FEF;
}
</style>