Shades of Neon Blue #524BEA
Tints of Neon Blue #524BEA
RGB
CMYK
RGB Variations
Color information
#524BEA (or 0x524BEA) is known color: Neon Blue. HEX triplet: 52, 4B and EA. RGB value is (82,75,234). Sum of RGB (Red+Green+Blue) = 82+75+234=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #524BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524BEA is #ADB415. Grayscale: #5E5E5E. Windows color (decimal): -11383830 or 15354706. OLE color: 15354706.
HSL color Cylindrical-coordinate representation of color #524BEA: hue angle of 242.64º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #524BEA is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 75 | 234 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.08 |
| HSL | 242.64º | 0.79% | 0.61% | - |
| HSV(B) | 242.64º | 0.68% | 0.92% | - |
| XYZ | 20.85 | 12.77 | 79.21 | - |
| YUV | 95.22 | 206.32 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 234 | 0.65 | 0.68 | 0 | 0.08 | 242.64 | 0.79 | 0.61 |
| Hex | 52 | 4B | EA | 41 | 44 | 0 | 8 | F3 | 4F | 3D |
| Octal | 122 | 113 | 352 | 101 | 104 | 0 | 10 | 363 | 117 | 75 |
| Binary | 1010010 | 1001011 | 11101010 | 1000001 | 1000100 | 0 | 1000 | 11110011 | 1001111 | 111101 |
Color Harmonies of #524BEA
Complementary color
Monochromatic Colors of #524BEA
Black with #524BEA
Text Example
Text Example
White with #524BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524BEA; }
p { color: rgb(82,75,234); }
H1.HeaderClassName
{
color: #524BEA;
}
.AnyTagClassName
{
color: #524BEA;
}
</style>
background-color css
<style>
a { background-color: #524BEA; }
a { background-color: rgb(82,75,234); }
div.DivClassName
{
background-color: #524BEA;
}
.BgClassName
{
background-color: #524BEA;
}
</style>
border-color css
<style>
span { border-color: #524BEA; }
span { border-color: rgb(82,75,234); }
td.TdClassName
{
border-color: #524BEA;
}
.TagClassName
{
border-color: #524BEA;
}
</style>