Shades of Neon Blue #586FFF
Tints of Neon Blue #586FFF
RGB
CMYK
RGB Variations
Color information
#586FFF (or 0x586FFF) is known color: Neon Blue. HEX triplet: 58, 6F and FF. RGB value is (88,111,255). Sum of RGB (Red+Green+Blue) = 88+111+255=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #586FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586FFF is #A79000. Grayscale: #777777. Windows color (decimal): -10981377 or 16740184. OLE color: 16740184.
HSL color Cylindrical-coordinate representation of color #586FFF: hue angle of 231.74º 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 #586FFF is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 111 | 255 | - |
| CMYK | 0.65 | 0.56 | 0 | 0 |
| HSL | 231.74º | 1% | 0.67% | - |
| HSV(B) | 231.74º | 0.65% | 1% | - |
| XYZ | 27.76 | 20.66 | 97.13 | - |
| YUV | 120.54 | 203.88 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 255 | 0.65 | 0.56 | 0 | 0 | 231.74 | 1 | 0.67 |
| Hex | 58 | 6F | FF | 41 | 38 | 0 | 0 | E8 | 64 | 43 |
| Octal | 130 | 157 | 377 | 101 | 70 | 0 | 0 | 350 | 144 | 103 |
| Binary | 1011000 | 1101111 | 11111111 | 1000001 | 111000 | 0 | 0 | 11101000 | 1100100 | 1000011 |
Color Harmonies of #586FFF
Complementary color
Monochromatic Colors of #586FFF
Black with #586FFF
Text Example
Text Example
White with #586FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586FFF; }
p { color: rgb(88,111,255); }
H1.HeaderClassName
{
color: #586FFF;
}
.AnyTagClassName
{
color: #586FFF;
}
</style>
background-color css
<style>
a { background-color: #586FFF; }
a { background-color: rgb(88,111,255); }
div.DivClassName
{
background-color: #586FFF;
}
.BgClassName
{
background-color: #586FFF;
}
</style>
border-color css
<style>
span { border-color: #586FFF; }
span { border-color: rgb(88,111,255); }
td.TdClassName
{
border-color: #586FFF;
}
.TagClassName
{
border-color: #586FFF;
}
</style>