Shades of Neon Blue #524AE5
Tints of Neon Blue #524AE5
RGB
CMYK
RGB Variations
Color information
#524AE5 (or 0x524AE5) is known color: Neon Blue. HEX triplet: 52, 4A and E5. RGB value is (82,74,229). Sum of RGB (Red+Green+Blue) = 82+74+229=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 229 (89.84% from 255 or 59.48% from 385); Max value from RGB is 229 - color contains mainly: blue. Hex color #524AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524AE5 is #ADB51A. Grayscale: #5D5D5D. Windows color (decimal): -11384091 or 15026770. OLE color: 15026770.
HSL color Cylindrical-coordinate representation of color #524AE5: hue angle of 243.1º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #524AE5 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 74 | 229 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.10 |
| HSL | 243.1º | 0.75% | 0.59% | - |
| HSV(B) | 243.1º | 0.68% | 0.9% | - |
| XYZ | 20.07 | 12.35 | 75.45 | - |
| YUV | 94.06 | 204.15 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 229 | 0.64 | 0.68 | 0 | 0.10 | 243.1 | 0.75 | 0.59 |
| Hex | 52 | 4A | E5 | 40 | 44 | 0 | A | F3 | 4B | 3B |
| Octal | 122 | 112 | 345 | 100 | 104 | 0 | 12 | 363 | 113 | 73 |
| Binary | 1010010 | 1001010 | 11100101 | 1000000 | 1000100 | 0 | 1010 | 11110011 | 1001011 | 111011 |
Color Harmonies of #524AE5
Complementary color
Monochromatic Colors of #524AE5
Black with #524AE5
Text Example
Text Example
White with #524AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524AE5; }
p { color: rgb(82,74,229); }
H1.HeaderClassName
{
color: #524AE5;
}
.AnyTagClassName
{
color: #524AE5;
}
</style>
background-color css
<style>
a { background-color: #524AE5; }
a { background-color: rgb(82,74,229); }
div.DivClassName
{
background-color: #524AE5;
}
.BgClassName
{
background-color: #524AE5;
}
</style>
border-color css
<style>
span { border-color: #524AE5; }
span { border-color: rgb(82,74,229); }
td.TdClassName
{
border-color: #524AE5;
}
.TagClassName
{
border-color: #524AE5;
}
</style>