Shades of Neon Blue #5254FA
Tints of Neon Blue #5254FA
RGB
CMYK
RGB Variations
Color information
#5254FA (or 0x5254FA) is known color: Neon Blue. HEX triplet: 52, 54 and FA. RGB value is (82,84,250). Sum of RGB (Red+Green+Blue) = 82+84+250=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #5254FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5254FA is #ADAB05. Grayscale: #656565. Windows color (decimal): -11381510 or 16405586. OLE color: 16405586.
HSL color Cylindrical-coordinate representation of color #5254FA: hue angle of 239.29º 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 #5254FA is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 84 | 250 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.02 |
| HSL | 239.29º | 0.94% | 0.65% | - |
| HSV(B) | 239.29º | 0.67% | 0.98% | - |
| XYZ | 23.91 | 15.04 | 92.08 | - |
| YUV | 102.33 | 211.34 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 250 | 0.67 | 0.66 | 0 | 0.02 | 239.29 | 0.94 | 0.65 |
| Hex | 52 | 54 | FA | 43 | 42 | 0 | 2 | EF | 5E | 41 |
| Octal | 122 | 124 | 372 | 103 | 102 | 0 | 2 | 357 | 136 | 101 |
| Binary | 1010010 | 1010100 | 11111010 | 1000011 | 1000010 | 0 | 10 | 11101111 | 1011110 | 1000001 |
Color Harmonies of #5254FA
Complementary color
Monochromatic Colors of #5254FA
Black with #5254FA
Text Example
Text Example
White with #5254FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5254FA; }
p { color: rgb(82,84,250); }
H1.HeaderClassName
{
color: #5254FA;
}
.AnyTagClassName
{
color: #5254FA;
}
</style>
background-color css
<style>
a { background-color: #5254FA; }
a { background-color: rgb(82,84,250); }
div.DivClassName
{
background-color: #5254FA;
}
.BgClassName
{
background-color: #5254FA;
}
</style>
border-color css
<style>
span { border-color: #5254FA; }
span { border-color: rgb(82,84,250); }
td.TdClassName
{
border-color: #5254FA;
}
.TagClassName
{
border-color: #5254FA;
}
</style>