Shades of Neon Blue #5240DF
Tints of Neon Blue #5240DF
RGB
CMYK
RGB Variations
Color information
#5240DF (or 0x5240DF) is known color: Neon Blue. HEX triplet: 52, 40 and DF. RGB value is (82,64,223). Sum of RGB (Red+Green+Blue) = 82+64+223=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #5240DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5240DF is #ADBF20. Grayscale: #565656. Windows color (decimal): -11386657 or 14630994. OLE color: 14630994.
HSL color Cylindrical-coordinate representation of color #5240DF: hue angle of 246.79º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5240DF is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 64 | 223 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.13 |
| HSL | 246.79º | 0.71% | 0.56% | - |
| HSV(B) | 246.79º | 0.71% | 0.87% | - |
| XYZ | 18.63 | 10.79 | 70.91 | - |
| YUV | 87.51 | 204.46 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 223 | 0.63 | 0.71 | 0 | 0.13 | 246.79 | 0.71 | 0.56 |
| Hex | 52 | 40 | DF | 3F | 47 | 0 | D | F7 | 47 | 38 |
| Octal | 122 | 100 | 337 | 77 | 107 | 0 | 15 | 367 | 107 | 70 |
| Binary | 1010010 | 1000000 | 11011111 | 111111 | 1000111 | 0 | 1101 | 11110111 | 1000111 | 111000 |
Color Harmonies of #5240DF
Complementary color
Monochromatic Colors of #5240DF
Black with #5240DF
Text Example
Text Example
White with #5240DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5240DF; }
p { color: rgb(82,64,223); }
H1.HeaderClassName
{
color: #5240DF;
}
.AnyTagClassName
{
color: #5240DF;
}
</style>
background-color css
<style>
a { background-color: #5240DF; }
a { background-color: rgb(82,64,223); }
div.DivClassName
{
background-color: #5240DF;
}
.BgClassName
{
background-color: #5240DF;
}
</style>
border-color css
<style>
span { border-color: #5240DF; }
span { border-color: rgb(82,64,223); }
td.TdClassName
{
border-color: #5240DF;
}
.TagClassName
{
border-color: #5240DF;
}
</style>