Shades of Neon Blue #524AE0
Tints of Neon Blue #524AE0
RGB
CMYK
RGB Variations
Color information
#524AE0 (or 0x524AE0) is known color: Neon Blue. HEX triplet: 52, 4A and E0. RGB value is (82,74,224). Sum of RGB (Red+Green+Blue) = 82+74+224=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 224 (87.89% from 255 or 58.95% from 380); Max value from RGB is 224 - color contains mainly: blue. Hex color #524AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524AE0 is #ADB51F. Grayscale: #5C5C5C. Windows color (decimal): -11384096 or 14699090. OLE color: 14699090.
HSL color Cylindrical-coordinate representation of color #524AE0: hue angle of 243.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #524AE0 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 74 | 224 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.12 |
| HSL | 243.2º | 0.71% | 0.58% | - |
| HSV(B) | 243.2º | 0.67% | 0.88% | - |
| XYZ | 19.38 | 12.07 | 71.83 | - |
| YUV | 93.49 | 201.65 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 224 | 0.63 | 0.67 | 0 | 0.12 | 243.2 | 0.71 | 0.58 |
| Hex | 52 | 4A | E0 | 3F | 43 | 0 | C | F3 | 47 | 3A |
| Octal | 122 | 112 | 340 | 77 | 103 | 0 | 14 | 363 | 107 | 72 |
| Binary | 1010010 | 1001010 | 11100000 | 111111 | 1000011 | 0 | 1100 | 11110011 | 1000111 | 111010 |
Color Harmonies of #524AE0
Complementary color
Monochromatic Colors of #524AE0
Black with #524AE0
Text Example
Text Example
White with #524AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524AE0; }
p { color: rgb(82,74,224); }
H1.HeaderClassName
{
color: #524AE0;
}
.AnyTagClassName
{
color: #524AE0;
}
</style>
background-color css
<style>
a { background-color: #524AE0; }
a { background-color: rgb(82,74,224); }
div.DivClassName
{
background-color: #524AE0;
}
.BgClassName
{
background-color: #524AE0;
}
</style>
border-color css
<style>
span { border-color: #524AE0; }
span { border-color: rgb(82,74,224); }
td.TdClassName
{
border-color: #524AE0;
}
.TagClassName
{
border-color: #524AE0;
}
</style>