Shades of Neon Blue #586BFC
Tints of Neon Blue #586BFC
RGB
CMYK
RGB Variations
Color information
#586BFC (or 0x586BFC) is known color: Neon Blue. HEX triplet: 58, 6B and FC. RGB value is (88,107,252). Sum of RGB (Red+Green+Blue) = 88+107+252=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #586BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586BFC is #A79403. Grayscale: #757575. Windows color (decimal): -10982404 or 16542552. OLE color: 16542552.
HSL color Cylindrical-coordinate representation of color #586BFC: hue angle of 233.05º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #586BFC is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 107 | 252 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.01 |
| HSL | 233.05º | 0.96% | 0.67% | - |
| HSV(B) | 233.05º | 0.65% | 0.99% | - |
| XYZ | 26.85 | 19.62 | 94.47 | - |
| YUV | 117.85 | 203.71 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 252 | 0.65 | 0.58 | 0 | 0.01 | 233.05 | 0.96 | 0.67 |
| Hex | 58 | 6B | FC | 41 | 3A | 0 | 1 | E9 | 60 | 43 |
| Octal | 130 | 153 | 374 | 101 | 72 | 0 | 1 | 351 | 140 | 103 |
| Binary | 1011000 | 1101011 | 11111100 | 1000001 | 111010 | 0 | 1 | 11101001 | 1100000 | 1000011 |
Color Harmonies of #586BFC
Complementary color
Monochromatic Colors of #586BFC
Black with #586BFC
Text Example
Text Example
White with #586BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586BFC; }
p { color: rgb(88,107,252); }
H1.HeaderClassName
{
color: #586BFC;
}
.AnyTagClassName
{
color: #586BFC;
}
</style>
background-color css
<style>
a { background-color: #586BFC; }
a { background-color: rgb(88,107,252); }
div.DivClassName
{
background-color: #586BFC;
}
.BgClassName
{
background-color: #586BFC;
}
</style>
border-color css
<style>
span { border-color: #586BFC; }
span { border-color: rgb(88,107,252); }
td.TdClassName
{
border-color: #586BFC;
}
.TagClassName
{
border-color: #586BFC;
}
</style>