Shades of Neon Blue #5246FF
Tints of Neon Blue #5246FF
RGB
CMYK
RGB Variations
Color information
#5246FF (or 0x5246FF) is known color: Neon Blue. HEX triplet: 52, 46 and FF. RGB value is (82,70,255). Sum of RGB (Red+Green+Blue) = 82+70+255=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #5246FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5246FF is #ADB900. Grayscale: #5D5D5D. Windows color (decimal): -11385089 or 16729682. OLE color: 16729682.
HSL color Cylindrical-coordinate representation of color #5246FF: hue angle of 243.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5246FF is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 70 | 255 | - |
| CMYK | 0.68 | 0.73 | 0 | 0 |
| HSL | 243.89º | 1% | 0.64% | - |
| HSV(B) | 243.89º | 0.73% | 1% | - |
| XYZ | 23.72 | 13.39 | 95.94 | - |
| YUV | 94.68 | 218.48 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 70 | 255 | 0.68 | 0.73 | 0 | 0 | 243.89 | 1 | 0.64 |
| Hex | 52 | 46 | FF | 44 | 49 | 0 | 0 | F4 | 64 | 40 |
| Octal | 122 | 106 | 377 | 104 | 111 | 0 | 0 | 364 | 144 | 100 |
| Binary | 1010010 | 1000110 | 11111111 | 1000100 | 1001001 | 0 | 0 | 11110100 | 1100100 | 1000000 |
Color Harmonies of #5246FF
Complementary color
Monochromatic Colors of #5246FF
Black with #5246FF
Text Example
Text Example
White with #5246FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5246FF; }
p { color: rgb(82,70,255); }
H1.HeaderClassName
{
color: #5246FF;
}
.AnyTagClassName
{
color: #5246FF;
}
</style>
background-color css
<style>
a { background-color: #5246FF; }
a { background-color: rgb(82,70,255); }
div.DivClassName
{
background-color: #5246FF;
}
.BgClassName
{
background-color: #5246FF;
}
</style>
border-color css
<style>
span { border-color: #5246FF; }
span { border-color: rgb(82,70,255); }
td.TdClassName
{
border-color: #5246FF;
}
.TagClassName
{
border-color: #5246FF;
}
</style>