Shades of Neon Blue #585EFF
Tints of Neon Blue #585EFF
RGB
CMYK
RGB Variations
Color information
#585EFF (or 0x585EFF) is known color: Neon Blue. HEX triplet: 58, 5E and FF. RGB value is (88,94,255). Sum of RGB (Red+Green+Blue) = 88+94+255=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #585EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585EFF is #A7A100. Grayscale: #6D6D6D. Windows color (decimal): -10985729 or 16735832. OLE color: 16735832.
HSL color Cylindrical-coordinate representation of color #585EFF: hue angle of 237.84º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #585EFF is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 94 | 255 | - |
| CMYK | 0.65 | 0.63 | 0 | 0 |
| HSL | 237.84º | 1% | 0.67% | - |
| HSV(B) | 237.84º | 0.65% | 1% | - |
| XYZ | 26.08 | 17.3 | 96.57 | - |
| YUV | 110.56 | 209.51 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 255 | 0.65 | 0.63 | 0 | 0 | 237.84 | 1 | 0.67 |
| Hex | 58 | 5E | FF | 41 | 3F | 0 | 0 | EE | 64 | 43 |
| Octal | 130 | 136 | 377 | 101 | 77 | 0 | 0 | 356 | 144 | 103 |
| Binary | 1011000 | 1011110 | 11111111 | 1000001 | 111111 | 0 | 0 | 11101110 | 1100100 | 1000011 |
Color Harmonies of #585EFF
Complementary color
Monochromatic Colors of #585EFF
Black with #585EFF
Text Example
Text Example
White with #585EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585EFF; }
p { color: rgb(88,94,255); }
H1.HeaderClassName
{
color: #585EFF;
}
.AnyTagClassName
{
color: #585EFF;
}
</style>
background-color css
<style>
a { background-color: #585EFF; }
a { background-color: rgb(88,94,255); }
div.DivClassName
{
background-color: #585EFF;
}
.BgClassName
{
background-color: #585EFF;
}
</style>
border-color css
<style>
span { border-color: #585EFF; }
span { border-color: rgb(88,94,255); }
td.TdClassName
{
border-color: #585EFF;
}
.TagClassName
{
border-color: #585EFF;
}
</style>