Shades of Neon Blue #6052FA
Tints of Neon Blue #6052FA
RGB
CMYK
RGB Variations
Color information
#6052FA (or 0x6052FA) is known color: Neon Blue. HEX triplet: 60, 52 and FA. RGB value is (96,82,250). Sum of RGB (Red+Green+Blue) = 96+82+250=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #6052FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6052FA is #9FAD05. Grayscale: #686868. Windows color (decimal): -10464518 or 16405088. OLE color: 16405088.
HSL color Cylindrical-coordinate representation of color #6052FA: hue angle of 245º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6052FA is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 82 | 250 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.02 |
| HSL | 245º | 0.94% | 0.65% | - |
| HSV(B) | 245º | 0.67% | 0.98% | - |
| XYZ | 25.1 | 15.42 | 92.1 | - |
| YUV | 105.34 | 209.64 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 250 | 0.62 | 0.67 | 0 | 0.02 | 245 | 0.94 | 0.65 |
| Hex | 60 | 52 | FA | 3E | 43 | 0 | 2 | F5 | 5E | 41 |
| Octal | 140 | 122 | 372 | 76 | 103 | 0 | 2 | 365 | 136 | 101 |
| Binary | 1100000 | 1010010 | 11111010 | 111110 | 1000011 | 0 | 10 | 11110101 | 1011110 | 1000001 |
Color Harmonies of #6052FA
Complementary color
Monochromatic Colors of #6052FA
Black with #6052FA
Text Example
Text Example
White with #6052FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6052FA; }
p { color: rgb(96,82,250); }
H1.HeaderClassName
{
color: #6052FA;
}
.AnyTagClassName
{
color: #6052FA;
}
</style>
background-color css
<style>
a { background-color: #6052FA; }
a { background-color: rgb(96,82,250); }
div.DivClassName
{
background-color: #6052FA;
}
.BgClassName
{
background-color: #6052FA;
}
</style>
border-color css
<style>
span { border-color: #6052FA; }
span { border-color: rgb(96,82,250); }
td.TdClassName
{
border-color: #6052FA;
}
.TagClassName
{
border-color: #6052FA;
}
</style>