Shades of Neon Blue #5246FA
Tints of Neon Blue #5246FA
RGB
CMYK
RGB Variations
Color information
#5246FA (or 0x5246FA) is known color: Neon Blue. HEX triplet: 52, 46 and FA. RGB value is (82,70,250). Sum of RGB (Red+Green+Blue) = 82+70+250=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #5246FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5246FA is #ADB905. Grayscale: #5D5D5D. Windows color (decimal): -11385094 or 16402002. OLE color: 16402002.
HSL color Cylindrical-coordinate representation of color #5246FA: hue angle of 244º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5246FA is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 70 | 250 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.02 |
| HSL | 244º | 0.95% | 0.63% | - |
| HSV(B) | 244º | 0.72% | 0.98% | - |
| XYZ | 22.93 | 13.08 | 91.76 | - |
| YUV | 94.11 | 215.98 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 70 | 250 | 0.67 | 0.72 | 0 | 0.02 | 244 | 0.95 | 0.63 |
| Hex | 52 | 46 | FA | 43 | 48 | 0 | 2 | F4 | 5F | 3F |
| Octal | 122 | 106 | 372 | 103 | 110 | 0 | 2 | 364 | 137 | 77 |
| Binary | 1010010 | 1000110 | 11111010 | 1000011 | 1001000 | 0 | 10 | 11110100 | 1011111 | 111111 |
Color Harmonies of #5246FA
Complementary color
Monochromatic Colors of #5246FA
Black with #5246FA
Text Example
Text Example
White with #5246FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5246FA; }
p { color: rgb(82,70,250); }
H1.HeaderClassName
{
color: #5246FA;
}
.AnyTagClassName
{
color: #5246FA;
}
</style>
background-color css
<style>
a { background-color: #5246FA; }
a { background-color: rgb(82,70,250); }
div.DivClassName
{
background-color: #5246FA;
}
.BgClassName
{
background-color: #5246FA;
}
</style>
border-color css
<style>
span { border-color: #5246FA; }
span { border-color: rgb(82,70,250); }
td.TdClassName
{
border-color: #5246FA;
}
.TagClassName
{
border-color: #5246FA;
}
</style>