Shades of Neon Blue #524FF0
Tints of Neon Blue #524FF0
RGB
CMYK
RGB Variations
Color information
#524FF0 (or 0x524FF0) is known color: Neon Blue. HEX triplet: 52, 4F and F0. RGB value is (82,79,240). Sum of RGB (Red+Green+Blue) = 82+79+240=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #524FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524FF0 is #ADB00F. Grayscale: #616161. Windows color (decimal): -11382800 or 15748946. OLE color: 15748946.
HSL color Cylindrical-coordinate representation of color #524FF0: hue angle of 241.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #524FF0 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 79 | 240 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.06 |
| HSL | 241.12º | 0.84% | 0.63% | - |
| HSV(B) | 241.12º | 0.67% | 0.94% | - |
| XYZ | 22 | 13.68 | 83.92 | - |
| YUV | 98.25 | 207.99 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 240 | 0.66 | 0.67 | 0 | 0.06 | 241.12 | 0.84 | 0.63 |
| Hex | 52 | 4F | F0 | 42 | 43 | 0 | 6 | F1 | 54 | 3F |
| Octal | 122 | 117 | 360 | 102 | 103 | 0 | 6 | 361 | 124 | 77 |
| Binary | 1010010 | 1001111 | 11110000 | 1000010 | 1000011 | 0 | 110 | 11110001 | 1010100 | 111111 |
Color Harmonies of #524FF0
Complementary color
Monochromatic Colors of #524FF0
Black with #524FF0
Text Example
Text Example
White with #524FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524FF0; }
p { color: rgb(82,79,240); }
H1.HeaderClassName
{
color: #524FF0;
}
.AnyTagClassName
{
color: #524FF0;
}
</style>
background-color css
<style>
a { background-color: #524FF0; }
a { background-color: rgb(82,79,240); }
div.DivClassName
{
background-color: #524FF0;
}
.BgClassName
{
background-color: #524FF0;
}
</style>
border-color css
<style>
span { border-color: #524FF0; }
span { border-color: rgb(82,79,240); }
td.TdClassName
{
border-color: #524FF0;
}
.TagClassName
{
border-color: #524FF0;
}
</style>