Shades of Neon Blue #524BEC
Tints of Neon Blue #524BEC
RGB
CMYK
RGB Variations
Color information
#524BEC (or 0x524BEC) is known color: Neon Blue. HEX triplet: 52, 4B and EC. RGB value is (82,75,236). Sum of RGB (Red+Green+Blue) = 82+75+236=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #524BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524BEC is #ADB413. Grayscale: #5E5E5E. Windows color (decimal): -11383828 or 15485778. OLE color: 15485778.
HSL color Cylindrical-coordinate representation of color #524BEC: hue angle of 242.61º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #524BEC is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 75 | 236 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.07 |
| HSL | 242.61º | 0.81% | 0.61% | - |
| HSV(B) | 242.61º | 0.68% | 0.93% | - |
| XYZ | 21.14 | 12.88 | 80.73 | - |
| YUV | 95.45 | 207.32 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 236 | 0.65 | 0.68 | 0 | 0.07 | 242.61 | 0.81 | 0.61 |
| Hex | 52 | 4B | EC | 41 | 44 | 0 | 7 | F3 | 51 | 3D |
| Octal | 122 | 113 | 354 | 101 | 104 | 0 | 7 | 363 | 121 | 75 |
| Binary | 1010010 | 1001011 | 11101100 | 1000001 | 1000100 | 0 | 111 | 11110011 | 1010001 | 111101 |
Color Harmonies of #524BEC
Complementary color
Monochromatic Colors of #524BEC
Black with #524BEC
Text Example
Text Example
White with #524BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524BEC; }
p { color: rgb(82,75,236); }
H1.HeaderClassName
{
color: #524BEC;
}
.AnyTagClassName
{
color: #524BEC;
}
</style>
background-color css
<style>
a { background-color: #524BEC; }
a { background-color: rgb(82,75,236); }
div.DivClassName
{
background-color: #524BEC;
}
.BgClassName
{
background-color: #524BEC;
}
</style>
border-color css
<style>
span { border-color: #524BEC; }
span { border-color: rgb(82,75,236); }
td.TdClassName
{
border-color: #524BEC;
}
.TagClassName
{
border-color: #524BEC;
}
</style>