Shades of Neon Blue #586CFF
Tints of Neon Blue #586CFF
RGB
CMYK
RGB Variations
Color information
#586CFF (or 0x586CFF) is known color: Neon Blue. HEX triplet: 58, 6C and FF. RGB value is (88,108,255). Sum of RGB (Red+Green+Blue) = 88+108+255=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #586CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586CFF is #A79300. Grayscale: #767676. Windows color (decimal): -10982145 or 16739416. OLE color: 16739416.
HSL color Cylindrical-coordinate representation of color #586CFF: hue angle of 232.81º 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 #586CFF is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 108 | 255 | - |
| CMYK | 0.65 | 0.58 | 0 | 0 |
| HSL | 232.81º | 1% | 0.67% | - |
| HSV(B) | 232.81º | 0.65% | 1% | - |
| XYZ | 27.44 | 20.02 | 97.03 | - |
| YUV | 118.78 | 204.87 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 255 | 0.65 | 0.58 | 0 | 0 | 232.81 | 1 | 0.67 |
| Hex | 58 | 6C | FF | 41 | 3A | 0 | 0 | E9 | 64 | 43 |
| Octal | 130 | 154 | 377 | 101 | 72 | 0 | 0 | 351 | 144 | 103 |
| Binary | 1011000 | 1101100 | 11111111 | 1000001 | 111010 | 0 | 0 | 11101001 | 1100100 | 1000011 |
Color Harmonies of #586CFF
Complementary color
Monochromatic Colors of #586CFF
Black with #586CFF
Text Example
Text Example
White with #586CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586CFF; }
p { color: rgb(88,108,255); }
H1.HeaderClassName
{
color: #586CFF;
}
.AnyTagClassName
{
color: #586CFF;
}
</style>
background-color css
<style>
a { background-color: #586CFF; }
a { background-color: rgb(88,108,255); }
div.DivClassName
{
background-color: #586CFF;
}
.BgClassName
{
background-color: #586CFF;
}
</style>
border-color css
<style>
span { border-color: #586CFF; }
span { border-color: rgb(88,108,255); }
td.TdClassName
{
border-color: #586CFF;
}
.TagClassName
{
border-color: #586CFF;
}
</style>