Shades of Neon Blue #524BFE
Tints of Neon Blue #524BFE
RGB
CMYK
RGB Variations
Color information
#524BFE (or 0x524BFE) is known color: Neon Blue. HEX triplet: 52, 4B and FE. RGB value is (82,75,254). Sum of RGB (Red+Green+Blue) = 82+75+254=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #524BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524BFE is #ADB401. Grayscale: #606060. Windows color (decimal): -11383810 or 16665426. OLE color: 16665426.
HSL color Cylindrical-coordinate representation of color #524BFE: hue angle of 242.35º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #524BFE is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 75 | 254 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.00 |
| HSL | 242.35º | 0.99% | 0.65% | - |
| HSV(B) | 242.35º | 0.7% | 1% | - |
| XYZ | 23.89 | 13.98 | 95.21 | - |
| YUV | 97.5 | 216.32 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 254 | 0.68 | 0.70 | 0 | 0.00 | 242.35 | 0.99 | 0.65 |
| Hex | 52 | 4B | FE | 44 | 46 | 0 | 0 | F2 | 63 | 41 |
| Octal | 122 | 113 | 376 | 104 | 106 | 0 | 0 | 362 | 143 | 101 |
| Binary | 1010010 | 1001011 | 11111110 | 1000100 | 1000110 | 0 | 0 | 11110010 | 1100011 | 1000001 |
Color Harmonies of #524BFE
Complementary color
Monochromatic Colors of #524BFE
Black with #524BFE
Text Example
Text Example
White with #524BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524BFE; }
p { color: rgb(82,75,254); }
H1.HeaderClassName
{
color: #524BFE;
}
.AnyTagClassName
{
color: #524BFE;
}
</style>
background-color css
<style>
a { background-color: #524BFE; }
a { background-color: rgb(82,75,254); }
div.DivClassName
{
background-color: #524BFE;
}
.BgClassName
{
background-color: #524BFE;
}
</style>
border-color css
<style>
span { border-color: #524BFE; }
span { border-color: rgb(82,75,254); }
td.TdClassName
{
border-color: #524BFE;
}
.TagClassName
{
border-color: #524BFE;
}
</style>