Shades of Neon Blue #524FFE
Tints of Neon Blue #524FFE
RGB
CMYK
RGB Variations
Color information
#524FFE (or 0x524FFE) is known color: Neon Blue. HEX triplet: 52, 4F and FE. RGB value is (82,79,254). Sum of RGB (Red+Green+Blue) = 82+79+254=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #524FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524FFE is #ADB001. Grayscale: #636363. Windows color (decimal): -11382786 or 16666450. OLE color: 16666450.
HSL color Cylindrical-coordinate representation of color #524FFE: hue angle of 241.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #524FFE is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 79 | 254 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.00 |
| HSL | 241.03º | 0.99% | 0.65% | - |
| HSV(B) | 241.03º | 0.69% | 1% | - |
| XYZ | 24.17 | 14.54 | 95.3 | - |
| YUV | 99.85 | 214.99 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 254 | 0.68 | 0.69 | 0 | 0.00 | 241.03 | 0.99 | 0.65 |
| Hex | 52 | 4F | FE | 44 | 45 | 0 | 0 | F1 | 63 | 41 |
| Octal | 122 | 117 | 376 | 104 | 105 | 0 | 0 | 361 | 143 | 101 |
| Binary | 1010010 | 1001111 | 11111110 | 1000100 | 1000101 | 0 | 0 | 11110001 | 1100011 | 1000001 |
Color Harmonies of #524FFE
Complementary color
Monochromatic Colors of #524FFE
Black with #524FFE
Text Example
Text Example
White with #524FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524FFE; }
p { color: rgb(82,79,254); }
H1.HeaderClassName
{
color: #524FFE;
}
.AnyTagClassName
{
color: #524FFE;
}
</style>
background-color css
<style>
a { background-color: #524FFE; }
a { background-color: rgb(82,79,254); }
div.DivClassName
{
background-color: #524FFE;
}
.BgClassName
{
background-color: #524FFE;
}
</style>
border-color css
<style>
span { border-color: #524FFE; }
span { border-color: rgb(82,79,254); }
td.TdClassName
{
border-color: #524FFE;
}
.TagClassName
{
border-color: #524FFE;
}
</style>