Shades of Neon Blue #6059FF
Tints of Neon Blue #6059FF
RGB
CMYK
RGB Variations
Color information
#6059FF (or 0x6059FF) is known color: Neon Blue. HEX triplet: 60, 59 and FF. RGB value is (96,89,255). Sum of RGB (Red+Green+Blue) = 96+89+255=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #6059FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6059FF is #9FA600. Grayscale: #6D6D6D. Windows color (decimal): -10462721 or 16734560. OLE color: 16734560.
HSL color Cylindrical-coordinate representation of color #6059FF: hue angle of 242.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 #6059FF is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 89 | 255 | - |
| CMYK | 0.62 | 0.65 | 0 | 0 |
| HSL | 242.53º | 1% | 0.67% | - |
| HSV(B) | 242.53º | 0.65% | 1% | - |
| XYZ | 26.45 | 16.85 | 96.47 | - |
| YUV | 110.02 | 209.82 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 255 | 0.62 | 0.65 | 0 | 0 | 242.53 | 1 | 0.67 |
| Hex | 60 | 59 | FF | 3E | 41 | 0 | 0 | F3 | 64 | 43 |
| Octal | 140 | 131 | 377 | 76 | 101 | 0 | 0 | 363 | 144 | 103 |
| Binary | 1100000 | 1011001 | 11111111 | 111110 | 1000001 | 0 | 0 | 11110011 | 1100100 | 1000011 |
Color Harmonies of #6059FF
Complementary color
Monochromatic Colors of #6059FF
Black with #6059FF
Text Example
Text Example
White with #6059FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6059FF; }
p { color: rgb(96,89,255); }
H1.HeaderClassName
{
color: #6059FF;
}
.AnyTagClassName
{
color: #6059FF;
}
</style>
background-color css
<style>
a { background-color: #6059FF; }
a { background-color: rgb(96,89,255); }
div.DivClassName
{
background-color: #6059FF;
}
.BgClassName
{
background-color: #6059FF;
}
</style>
border-color css
<style>
span { border-color: #6059FF; }
span { border-color: rgb(96,89,255); }
td.TdClassName
{
border-color: #6059FF;
}
.TagClassName
{
border-color: #6059FF;
}
</style>