Shades of Neon Blue #524FFC
Tints of Neon Blue #524FFC
RGB
CMYK
RGB Variations
Color information
#524FFC (or 0x524FFC) is known color: Neon Blue. HEX triplet: 52, 4F and FC. RGB value is (82,79,252). Sum of RGB (Red+Green+Blue) = 82+79+252=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #524FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524FFC is #ADB003. Grayscale: #626262. Windows color (decimal): -11382788 or 16535378. OLE color: 16535378.
HSL color Cylindrical-coordinate representation of color #524FFC: hue angle of 241.04º 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 #524FFC is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 79 | 252 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.01 |
| HSL | 241.04º | 0.97% | 0.65% | - |
| HSV(B) | 241.04º | 0.69% | 0.99% | - |
| XYZ | 23.85 | 14.41 | 93.62 | - |
| YUV | 99.62 | 213.99 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 252 | 0.67 | 0.69 | 0 | 0.01 | 241.04 | 0.97 | 0.65 |
| Hex | 52 | 4F | FC | 43 | 45 | 0 | 1 | F1 | 61 | 41 |
| Octal | 122 | 117 | 374 | 103 | 105 | 0 | 1 | 361 | 141 | 101 |
| Binary | 1010010 | 1001111 | 11111100 | 1000011 | 1000101 | 0 | 1 | 11110001 | 1100001 | 1000001 |
Color Harmonies of #524FFC
Complementary color
Monochromatic Colors of #524FFC
Black with #524FFC
Text Example
Text Example
White with #524FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524FFC; }
p { color: rgb(82,79,252); }
H1.HeaderClassName
{
color: #524FFC;
}
.AnyTagClassName
{
color: #524FFC;
}
</style>
background-color css
<style>
a { background-color: #524FFC; }
a { background-color: rgb(82,79,252); }
div.DivClassName
{
background-color: #524FFC;
}
.BgClassName
{
background-color: #524FFC;
}
</style>
border-color css
<style>
span { border-color: #524FFC; }
span { border-color: rgb(82,79,252); }
td.TdClassName
{
border-color: #524FFC;
}
.TagClassName
{
border-color: #524FFC;
}
</style>