Shades of Neon Blue #6059EC
Tints of Neon Blue #6059EC
RGB
CMYK
RGB Variations
Color information
#6059EC (or 0x6059EC) is known color: Neon Blue. HEX triplet: 60, 59 and EC. RGB value is (96,89,236). Sum of RGB (Red+Green+Blue) = 96+89+236=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #6059EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6059EC is #9FA613. Grayscale: #6B6B6B. Windows color (decimal): -10462740 or 15489376. OLE color: 15489376.
HSL color Cylindrical-coordinate representation of color #6059EC: hue angle of 242.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6059EC is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 89 | 236 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.07 |
| HSL | 242.86º | 0.79% | 0.64% | - |
| HSV(B) | 242.86º | 0.62% | 0.93% | - |
| XYZ | 23.54 | 15.69 | 81.14 | - |
| YUV | 107.85 | 200.32 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 236 | 0.59 | 0.62 | 0 | 0.07 | 242.86 | 0.79 | 0.64 |
| Hex | 60 | 59 | EC | 3B | 3E | 0 | 7 | F3 | 4F | 40 |
| Octal | 140 | 131 | 354 | 73 | 76 | 0 | 7 | 363 | 117 | 100 |
| Binary | 1100000 | 1011001 | 11101100 | 111011 | 111110 | 0 | 111 | 11110011 | 1001111 | 1000000 |
Color Harmonies of #6059EC
Complementary color
Monochromatic Colors of #6059EC
Black with #6059EC
Text Example
Text Example
White with #6059EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6059EC; }
p { color: rgb(96,89,236); }
H1.HeaderClassName
{
color: #6059EC;
}
.AnyTagClassName
{
color: #6059EC;
}
</style>
background-color css
<style>
a { background-color: #6059EC; }
a { background-color: rgb(96,89,236); }
div.DivClassName
{
background-color: #6059EC;
}
.BgClassName
{
background-color: #6059EC;
}
</style>
border-color css
<style>
span { border-color: #6059EC; }
span { border-color: rgb(96,89,236); }
td.TdClassName
{
border-color: #6059EC;
}
.TagClassName
{
border-color: #6059EC;
}
</style>