Shades of Neon Blue #6052EE
Tints of Neon Blue #6052EE
RGB
CMYK
RGB Variations
Color information
#6052EE (or 0x6052EE) is known color: Neon Blue. HEX triplet: 60, 52 and EE. RGB value is (96,82,238). Sum of RGB (Red+Green+Blue) = 96+82+238=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #6052EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6052EE is #9FAD11. Grayscale: #676767. Windows color (decimal): -10464530 or 15618656. OLE color: 15618656.
HSL color Cylindrical-coordinate representation of color #6052EE: hue angle of 245.38º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6052EE is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 82 | 238 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.07 |
| HSL | 245.38º | 0.82% | 0.63% | - |
| HSV(B) | 245.38º | 0.66% | 0.93% | - |
| XYZ | 23.27 | 14.69 | 82.5 | - |
| YUV | 103.97 | 203.64 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 238 | 0.60 | 0.66 | 0 | 0.07 | 245.38 | 0.82 | 0.63 |
| Hex | 60 | 52 | EE | 3C | 42 | 0 | 7 | F5 | 52 | 3F |
| Octal | 140 | 122 | 356 | 74 | 102 | 0 | 7 | 365 | 122 | 77 |
| Binary | 1100000 | 1010010 | 11101110 | 111100 | 1000010 | 0 | 111 | 11110101 | 1010010 | 111111 |
Color Harmonies of #6052EE
Complementary color
Monochromatic Colors of #6052EE
Black with #6052EE
Text Example
Text Example
White with #6052EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6052EE; }
p { color: rgb(96,82,238); }
H1.HeaderClassName
{
color: #6052EE;
}
.AnyTagClassName
{
color: #6052EE;
}
</style>
background-color css
<style>
a { background-color: #6052EE; }
a { background-color: rgb(96,82,238); }
div.DivClassName
{
background-color: #6052EE;
}
.BgClassName
{
background-color: #6052EE;
}
</style>
border-color css
<style>
span { border-color: #6052EE; }
span { border-color: rgb(96,82,238); }
td.TdClassName
{
border-color: #6052EE;
}
.TagClassName
{
border-color: #6052EE;
}
</style>