Shades of Neon Blue #524DDF
Tints of Neon Blue #524DDF
RGB
CMYK
RGB Variations
Color information
#524DDF (or 0x524DDF) is known color: Neon Blue. HEX triplet: 52, 4D and DF. RGB value is (82,77,223). Sum of RGB (Red+Green+Blue) = 82+77+223=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #524DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DDF is #ADB220. Grayscale: #5E5E5E. Windows color (decimal): -11383329 or 14634322. OLE color: 14634322.
HSL color Cylindrical-coordinate representation of color #524DDF: hue angle of 242.05º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #524DDF is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 77 | 223 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.13 |
| HSL | 242.05º | 0.7% | 0.59% | - |
| HSV(B) | 242.05º | 0.65% | 0.87% | - |
| XYZ | 19.45 | 12.43 | 71.19 | - |
| YUV | 95.14 | 200.16 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 223 | 0.63 | 0.65 | 0 | 0.13 | 242.05 | 0.7 | 0.59 |
| Hex | 52 | 4D | DF | 3F | 41 | 0 | D | F2 | 46 | 3B |
| Octal | 122 | 115 | 337 | 77 | 101 | 0 | 15 | 362 | 106 | 73 |
| Binary | 1010010 | 1001101 | 11011111 | 111111 | 1000001 | 0 | 1101 | 11110010 | 1000110 | 111011 |
Color Harmonies of #524DDF
Complementary color
Monochromatic Colors of #524DDF
Black with #524DDF
Text Example
Text Example
White with #524DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524DDF; }
p { color: rgb(82,77,223); }
H1.HeaderClassName
{
color: #524DDF;
}
.AnyTagClassName
{
color: #524DDF;
}
</style>
background-color css
<style>
a { background-color: #524DDF; }
a { background-color: rgb(82,77,223); }
div.DivClassName
{
background-color: #524DDF;
}
.BgClassName
{
background-color: #524DDF;
}
</style>
border-color css
<style>
span { border-color: #524DDF; }
span { border-color: rgb(82,77,223); }
td.TdClassName
{
border-color: #524DDF;
}
.TagClassName
{
border-color: #524DDF;
}
</style>