Shades of Neon Blue #586DFE
Tints of Neon Blue #586DFE
RGB
CMYK
RGB Variations
Color information
#586DFE (or 0x586DFE) is known color: Neon Blue. HEX triplet: 58, 6D and FE. RGB value is (88,109,254). Sum of RGB (Red+Green+Blue) = 88+109+254=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #586DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586DFE is #A79201. Grayscale: #767676. Windows color (decimal): -10981890 or 16674136. OLE color: 16674136.
HSL color Cylindrical-coordinate representation of color #586DFE: hue angle of 232.41º 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 #586DFE is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 109 | 254 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.00 |
| HSL | 232.41º | 0.99% | 0.67% | - |
| HSV(B) | 232.41º | 0.65% | 1% | - |
| XYZ | 27.38 | 20.17 | 96.22 | - |
| YUV | 119.25 | 204.04 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 254 | 0.65 | 0.57 | 0 | 0.00 | 232.41 | 0.99 | 0.67 |
| Hex | 58 | 6D | FE | 41 | 39 | 0 | 0 | E8 | 63 | 43 |
| Octal | 130 | 155 | 376 | 101 | 71 | 0 | 0 | 350 | 143 | 103 |
| Binary | 1011000 | 1101101 | 11111110 | 1000001 | 111001 | 0 | 0 | 11101000 | 1100011 | 1000011 |
Color Harmonies of #586DFE
Complementary color
Monochromatic Colors of #586DFE
Black with #586DFE
Text Example
Text Example
White with #586DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586DFE; }
p { color: rgb(88,109,254); }
H1.HeaderClassName
{
color: #586DFE;
}
.AnyTagClassName
{
color: #586DFE;
}
</style>
background-color css
<style>
a { background-color: #586DFE; }
a { background-color: rgb(88,109,254); }
div.DivClassName
{
background-color: #586DFE;
}
.BgClassName
{
background-color: #586DFE;
}
</style>
border-color css
<style>
span { border-color: #586DFE; }
span { border-color: rgb(88,109,254); }
td.TdClassName
{
border-color: #586DFE;
}
.TagClassName
{
border-color: #586DFE;
}
</style>