Shades of Neon Blue #6052EC
Tints of Neon Blue #6052EC
RGB
CMYK
RGB Variations
Color information
#6052EC (or 0x6052EC) is known color: Neon Blue. HEX triplet: 60, 52 and EC. RGB value is (96,82,236). Sum of RGB (Red+Green+Blue) = 96+82+236=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #6052EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6052EC is #9FAD13. Grayscale: #676767. Windows color (decimal): -10464532 or 15487584. OLE color: 15487584.
HSL color Cylindrical-coordinate representation of color #6052EC: hue angle of 245.45º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6052EC is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 82 | 236 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.07 |
| HSL | 245.45º | 0.8% | 0.62% | - |
| HSV(B) | 245.45º | 0.65% | 0.93% | - |
| XYZ | 22.98 | 14.58 | 80.96 | - |
| YUV | 103.74 | 202.64 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 236 | 0.59 | 0.65 | 0 | 0.07 | 245.45 | 0.8 | 0.62 |
| Hex | 60 | 52 | EC | 3B | 41 | 0 | 7 | F5 | 50 | 3E |
| Octal | 140 | 122 | 354 | 73 | 101 | 0 | 7 | 365 | 120 | 76 |
| Binary | 1100000 | 1010010 | 11101100 | 111011 | 1000001 | 0 | 111 | 11110101 | 1010000 | 111110 |
Color Harmonies of #6052EC
Complementary color
Monochromatic Colors of #6052EC
Black with #6052EC
Text Example
Text Example
White with #6052EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6052EC; }
p { color: rgb(96,82,236); }
H1.HeaderClassName
{
color: #6052EC;
}
.AnyTagClassName
{
color: #6052EC;
}
</style>
background-color css
<style>
a { background-color: #6052EC; }
a { background-color: rgb(96,82,236); }
div.DivClassName
{
background-color: #6052EC;
}
.BgClassName
{
background-color: #6052EC;
}
</style>
border-color css
<style>
span { border-color: #6052EC; }
span { border-color: rgb(96,82,236); }
td.TdClassName
{
border-color: #6052EC;
}
.TagClassName
{
border-color: #6052EC;
}
</style>