Shades of Neon Blue #524FF8
Tints of Neon Blue #524FF8
RGB
CMYK
RGB Variations
Color information
#524FF8 (or 0x524FF8) is known color: Neon Blue. HEX triplet: 52, 4F and F8. RGB value is (82,79,248). Sum of RGB (Red+Green+Blue) = 82+79+248=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #524FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524FF8 is #ADB007. Grayscale: #626262. Windows color (decimal): -11382792 or 16273234. OLE color: 16273234.
HSL color Cylindrical-coordinate representation of color #524FF8: hue angle of 241.07º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #524FF8 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 79 | 248 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.03 |
| HSL | 241.07º | 0.92% | 0.64% | - |
| HSV(B) | 241.07º | 0.68% | 0.97% | - |
| XYZ | 23.22 | 14.16 | 90.32 | - |
| YUV | 99.16 | 211.99 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 248 | 0.67 | 0.68 | 0 | 0.03 | 241.07 | 0.92 | 0.64 |
| Hex | 52 | 4F | F8 | 43 | 44 | 0 | 3 | F1 | 5C | 40 |
| Octal | 122 | 117 | 370 | 103 | 104 | 0 | 3 | 361 | 134 | 100 |
| Binary | 1010010 | 1001111 | 11111000 | 1000011 | 1000100 | 0 | 11 | 11110001 | 1011100 | 1000000 |
Color Harmonies of #524FF8
Complementary color
Monochromatic Colors of #524FF8
Black with #524FF8
Text Example
Text Example
White with #524FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524FF8; }
p { color: rgb(82,79,248); }
H1.HeaderClassName
{
color: #524FF8;
}
.AnyTagClassName
{
color: #524FF8;
}
</style>
background-color css
<style>
a { background-color: #524FF8; }
a { background-color: rgb(82,79,248); }
div.DivClassName
{
background-color: #524FF8;
}
.BgClassName
{
background-color: #524FF8;
}
</style>
border-color css
<style>
span { border-color: #524FF8; }
span { border-color: rgb(82,79,248); }
td.TdClassName
{
border-color: #524FF8;
}
.TagClassName
{
border-color: #524FF8;
}
</style>