Shades of Neon Blue #585EFE
Tints of Neon Blue #585EFE
RGB
CMYK
RGB Variations
Color information
#585EFE (or 0x585EFE) is known color: Neon Blue. HEX triplet: 58, 5E and FE. RGB value is (88,94,254). Sum of RGB (Red+Green+Blue) = 88+94+254=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #585EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585EFE is #A7A101. Grayscale: #6D6D6D. Windows color (decimal): -10985730 or 16670296. OLE color: 16670296.
HSL color Cylindrical-coordinate representation of color #585EFE: hue angle of 237.83º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #585EFE is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 94 | 254 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.00 |
| HSL | 237.83º | 0.99% | 0.67% | - |
| HSV(B) | 237.83º | 0.65% | 1% | - |
| XYZ | 25.92 | 17.24 | 95.73 | - |
| YUV | 110.45 | 209.01 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 254 | 0.65 | 0.63 | 0 | 0.00 | 237.83 | 0.99 | 0.67 |
| Hex | 58 | 5E | FE | 41 | 3F | 0 | 0 | EE | 63 | 43 |
| Octal | 130 | 136 | 376 | 101 | 77 | 0 | 0 | 356 | 143 | 103 |
| Binary | 1011000 | 1011110 | 11111110 | 1000001 | 111111 | 0 | 0 | 11101110 | 1100011 | 1000011 |
Color Harmonies of #585EFE
Complementary color
Monochromatic Colors of #585EFE
Black with #585EFE
Text Example
Text Example
White with #585EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585EFE; }
p { color: rgb(88,94,254); }
H1.HeaderClassName
{
color: #585EFE;
}
.AnyTagClassName
{
color: #585EFE;
}
</style>
background-color css
<style>
a { background-color: #585EFE; }
a { background-color: rgb(88,94,254); }
div.DivClassName
{
background-color: #585EFE;
}
.BgClassName
{
background-color: #585EFE;
}
</style>
border-color css
<style>
span { border-color: #585EFE; }
span { border-color: rgb(88,94,254); }
td.TdClassName
{
border-color: #585EFE;
}
.TagClassName
{
border-color: #585EFE;
}
</style>