Shades of Neon Blue #524DFC
Tints of Neon Blue #524DFC
RGB
CMYK
RGB Variations
Color information
#524DFC (or 0x524DFC) is known color: Neon Blue. HEX triplet: 52, 4D and FC. RGB value is (82,77,252). Sum of RGB (Red+Green+Blue) = 82+77+252=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #524DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524DFC is #ADB203. Grayscale: #616161. Windows color (decimal): -11383300 or 16534866. OLE color: 16534866.
HSL color Cylindrical-coordinate representation of color #524DFC: hue angle of 241.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #524DFC is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 77 | 252 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.01 |
| HSL | 241.71º | 0.97% | 0.65% | - |
| HSV(B) | 241.71º | 0.69% | 0.99% | - |
| XYZ | 23.7 | 14.13 | 93.57 | - |
| YUV | 98.45 | 214.66 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 252 | 0.67 | 0.69 | 0 | 0.01 | 241.71 | 0.97 | 0.65 |
| Hex | 52 | 4D | FC | 43 | 45 | 0 | 1 | F2 | 61 | 41 |
| Octal | 122 | 115 | 374 | 103 | 105 | 0 | 1 | 362 | 141 | 101 |
| Binary | 1010010 | 1001101 | 11111100 | 1000011 | 1000101 | 0 | 1 | 11110010 | 1100001 | 1000001 |
Color Harmonies of #524DFC
Complementary color
Monochromatic Colors of #524DFC
Black with #524DFC
Text Example
Text Example
White with #524DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524DFC; }
p { color: rgb(82,77,252); }
H1.HeaderClassName
{
color: #524DFC;
}
.AnyTagClassName
{
color: #524DFC;
}
</style>
background-color css
<style>
a { background-color: #524DFC; }
a { background-color: rgb(82,77,252); }
div.DivClassName
{
background-color: #524DFC;
}
.BgClassName
{
background-color: #524DFC;
}
</style>
border-color css
<style>
span { border-color: #524DFC; }
span { border-color: rgb(82,77,252); }
td.TdClassName
{
border-color: #524DFC;
}
.TagClassName
{
border-color: #524DFC;
}
</style>