Shades of Neon Blue #5254DF
Tints of Neon Blue #5254DF
RGB
CMYK
RGB Variations
Color information
#5254DF (or 0x5254DF) is known color: Neon Blue. HEX triplet: 52, 54 and DF. RGB value is (82,84,223). Sum of RGB (Red+Green+Blue) = 82+84+223=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #5254DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5254DF is #ADAB20. Grayscale: #626262. Windows color (decimal): -11381537 or 14636114. OLE color: 14636114.
HSL color Cylindrical-coordinate representation of color #5254DF: hue angle of 239.15º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5254DF is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 84 | 223 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.13 |
| HSL | 239.15º | 0.69% | 0.6% | - |
| HSV(B) | 239.15º | 0.63% | 0.87% | - |
| XYZ | 19.97 | 13.46 | 71.36 | - |
| YUV | 99.25 | 197.84 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 223 | 0.63 | 0.62 | 0 | 0.13 | 239.15 | 0.69 | 0.6 |
| Hex | 52 | 54 | DF | 3F | 3E | 0 | D | EF | 45 | 3C |
| Octal | 122 | 124 | 337 | 77 | 76 | 0 | 15 | 357 | 105 | 74 |
| Binary | 1010010 | 1010100 | 11011111 | 111111 | 111110 | 0 | 1101 | 11101111 | 1000101 | 111100 |
Color Harmonies of #5254DF
Complementary color
Monochromatic Colors of #5254DF
Black with #5254DF
Text Example
Text Example
White with #5254DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5254DF; }
p { color: rgb(82,84,223); }
H1.HeaderClassName
{
color: #5254DF;
}
.AnyTagClassName
{
color: #5254DF;
}
</style>
background-color css
<style>
a { background-color: #5254DF; }
a { background-color: rgb(82,84,223); }
div.DivClassName
{
background-color: #5254DF;
}
.BgClassName
{
background-color: #5254DF;
}
</style>
border-color css
<style>
span { border-color: #5254DF; }
span { border-color: rgb(82,84,223); }
td.TdClassName
{
border-color: #5254DF;
}
.TagClassName
{
border-color: #5254DF;
}
</style>