Shades of Neon Blue #586DFF
Tints of Neon Blue #586DFF
RGB
CMYK
RGB Variations
Color information
#586DFF (or 0x586DFF) is known color: Neon Blue. HEX triplet: 58, 6D and FF. RGB value is (88,109,255). Sum of RGB (Red+Green+Blue) = 88+109+255=452 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.47% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #586DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586DFF is #A79200. Grayscale: #767676. Windows color (decimal): -10981889 or 16739672. OLE color: 16739672.
HSL color Cylindrical-coordinate representation of color #586DFF: hue angle of 232.46º 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 #586DFF is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 109 | 255 | - |
| CMYK | 0.65 | 0.57 | 0 | 0 |
| HSL | 232.46º | 1% | 0.67% | - |
| HSV(B) | 232.46º | 0.65% | 1% | - |
| XYZ | 27.54 | 20.23 | 97.06 | - |
| YUV | 119.37 | 204.54 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 255 | 0.65 | 0.57 | 0 | 0 | 232.46 | 1 | 0.67 |
| Hex | 58 | 6D | FF | 41 | 39 | 0 | 0 | E8 | 64 | 43 |
| Octal | 130 | 155 | 377 | 101 | 71 | 0 | 0 | 350 | 144 | 103 |
| Binary | 1011000 | 1101101 | 11111111 | 1000001 | 111001 | 0 | 0 | 11101000 | 1100100 | 1000011 |
Color Harmonies of #586DFF
Complementary color
Monochromatic Colors of #586DFF
Black with #586DFF
Text Example
Text Example
White with #586DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586DFF; }
p { color: rgb(88,109,255); }
H1.HeaderClassName
{
color: #586DFF;
}
.AnyTagClassName
{
color: #586DFF;
}
</style>
background-color css
<style>
a { background-color: #586DFF; }
a { background-color: rgb(88,109,255); }
div.DivClassName
{
background-color: #586DFF;
}
.BgClassName
{
background-color: #586DFF;
}
</style>
border-color css
<style>
span { border-color: #586DFF; }
span { border-color: rgb(88,109,255); }
td.TdClassName
{
border-color: #586DFF;
}
.TagClassName
{
border-color: #586DFF;
}
</style>