Shades of Neon Blue #5254FF
Tints of Neon Blue #5254FF
RGB
CMYK
RGB Variations
Color information
#5254FF (or 0x5254FF) is known color: Neon Blue. HEX triplet: 52, 54 and FF. RGB value is (82,84,255). Sum of RGB (Red+Green+Blue) = 82+84+255=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #5254FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5254FF is #ADAB00. Grayscale: #666666. Windows color (decimal): -11381505 or 16733266. OLE color: 16733266.
HSL color Cylindrical-coordinate representation of color #5254FF: hue angle of 239.31º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5254FF is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 84 | 255 | - |
| CMYK | 0.68 | 0.67 | 0 | 0 |
| HSL | 239.31º | 1% | 0.66% | - |
| HSV(B) | 239.31º | 0.68% | 1% | - |
| XYZ | 24.7 | 15.35 | 96.27 | - |
| YUV | 102.9 | 213.84 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 255 | 0.68 | 0.67 | 0 | 0 | 239.31 | 1 | 0.66 |
| Hex | 52 | 54 | FF | 44 | 43 | 0 | 0 | EF | 64 | 42 |
| Octal | 122 | 124 | 377 | 104 | 103 | 0 | 0 | 357 | 144 | 102 |
| Binary | 1010010 | 1010100 | 11111111 | 1000100 | 1000011 | 0 | 0 | 11101111 | 1100100 | 1000010 |
Color Harmonies of #5254FF
Complementary color
Monochromatic Colors of #5254FF
Black with #5254FF
Text Example
Text Example
White with #5254FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5254FF; }
p { color: rgb(82,84,255); }
H1.HeaderClassName
{
color: #5254FF;
}
.AnyTagClassName
{
color: #5254FF;
}
</style>
background-color css
<style>
a { background-color: #5254FF; }
a { background-color: rgb(82,84,255); }
div.DivClassName
{
background-color: #5254FF;
}
.BgClassName
{
background-color: #5254FF;
}
</style>
border-color css
<style>
span { border-color: #5254FF; }
span { border-color: rgb(82,84,255); }
td.TdClassName
{
border-color: #5254FF;
}
.TagClassName
{
border-color: #5254FF;
}
</style>