Shades of Neon Blue #524AFE
Tints of Neon Blue #524AFE
RGB
CMYK
RGB Variations
Color information
#524AFE (or 0x524AFE) is known color: Neon Blue. HEX triplet: 52, 4A and FE. RGB value is (82,74,254). Sum of RGB (Red+Green+Blue) = 82+74+254=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #524AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524AFE is #ADB501. Grayscale: #606060. Windows color (decimal): -11384066 or 16665170. OLE color: 16665170.
HSL color Cylindrical-coordinate representation of color #524AFE: hue angle of 242.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #524AFE is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 74 | 254 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.00 |
| HSL | 242.67º | 0.99% | 0.64% | - |
| HSV(B) | 242.67º | 0.71% | 1% | - |
| XYZ | 23.82 | 13.85 | 95.18 | - |
| YUV | 96.91 | 216.65 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 254 | 0.68 | 0.71 | 0 | 0.00 | 242.67 | 0.99 | 0.64 |
| Hex | 52 | 4A | FE | 44 | 47 | 0 | 0 | F3 | 63 | 40 |
| Octal | 122 | 112 | 376 | 104 | 107 | 0 | 0 | 363 | 143 | 100 |
| Binary | 1010010 | 1001010 | 11111110 | 1000100 | 1000111 | 0 | 0 | 11110011 | 1100011 | 1000000 |
Color Harmonies of #524AFE
Complementary color
Monochromatic Colors of #524AFE
Black with #524AFE
Text Example
Text Example
White with #524AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524AFE; }
p { color: rgb(82,74,254); }
H1.HeaderClassName
{
color: #524AFE;
}
.AnyTagClassName
{
color: #524AFE;
}
</style>
background-color css
<style>
a { background-color: #524AFE; }
a { background-color: rgb(82,74,254); }
div.DivClassName
{
background-color: #524AFE;
}
.BgClassName
{
background-color: #524AFE;
}
</style>
border-color css
<style>
span { border-color: #524AFE; }
span { border-color: rgb(82,74,254); }
td.TdClassName
{
border-color: #524AFE;
}
.TagClassName
{
border-color: #524AFE;
}
</style>