Shades of Neon Blue #586AFF
Tints of Neon Blue #586AFF
RGB
CMYK
RGB Variations
Color information
#586AFF (or 0x586AFF) is known color: Neon Blue. HEX triplet: 58, 6A and FF. RGB value is (88,106,255). Sum of RGB (Red+Green+Blue) = 88+106+255=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #586AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586AFF is #A79500. Grayscale: #747474. Windows color (decimal): -10982657 or 16738904. OLE color: 16738904.
HSL color Cylindrical-coordinate representation of color #586AFF: hue angle of 233.53º 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 #586AFF is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 106 | 255 | - |
| CMYK | 0.65 | 0.58 | 0 | 0 |
| HSL | 233.53º | 1% | 0.67% | - |
| HSV(B) | 233.53º | 0.65% | 1% | - |
| XYZ | 27.23 | 19.6 | 96.96 | - |
| YUV | 117.6 | 205.54 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 255 | 0.65 | 0.58 | 0 | 0 | 233.53 | 1 | 0.67 |
| Hex | 58 | 6A | FF | 41 | 3A | 0 | 0 | EA | 64 | 43 |
| Octal | 130 | 152 | 377 | 101 | 72 | 0 | 0 | 352 | 144 | 103 |
| Binary | 1011000 | 1101010 | 11111111 | 1000001 | 111010 | 0 | 0 | 11101010 | 1100100 | 1000011 |
Color Harmonies of #586AFF
Complementary color
Monochromatic Colors of #586AFF
Black with #586AFF
Text Example
Text Example
White with #586AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586AFF; }
p { color: rgb(88,106,255); }
H1.HeaderClassName
{
color: #586AFF;
}
.AnyTagClassName
{
color: #586AFF;
}
</style>
background-color css
<style>
a { background-color: #586AFF; }
a { background-color: rgb(88,106,255); }
div.DivClassName
{
background-color: #586AFF;
}
.BgClassName
{
background-color: #586AFF;
}
</style>
border-color css
<style>
span { border-color: #586AFF; }
span { border-color: rgb(88,106,255); }
td.TdClassName
{
border-color: #586AFF;
}
.TagClassName
{
border-color: #586AFF;
}
</style>