Shades of Neon Blue #524EEE
Tints of Neon Blue #524EEE
RGB
CMYK
RGB Variations
Color information
#524EEE (or 0x524EEE) is known color: Neon Blue. HEX triplet: 52, 4E and EE. RGB value is (82,78,238). Sum of RGB (Red+Green+Blue) = 82+78+238=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #524EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524EEE is #ADB111. Grayscale: #606060. Windows color (decimal): -11383058 or 15617618. OLE color: 15617618.
HSL color Cylindrical-coordinate representation of color #524EEE: hue angle of 241.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #524EEE is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 78 | 238 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.07 |
| HSL | 241.5º | 0.82% | 0.62% | - |
| HSV(B) | 241.5º | 0.67% | 0.93% | - |
| XYZ | 21.64 | 13.42 | 82.34 | - |
| YUV | 97.44 | 207.33 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 238 | 0.66 | 0.67 | 0 | 0.07 | 241.5 | 0.82 | 0.62 |
| Hex | 52 | 4E | EE | 42 | 43 | 0 | 7 | F2 | 52 | 3E |
| Octal | 122 | 116 | 356 | 102 | 103 | 0 | 7 | 362 | 122 | 76 |
| Binary | 1010010 | 1001110 | 11101110 | 1000010 | 1000011 | 0 | 111 | 11110010 | 1010010 | 111110 |
Color Harmonies of #524EEE
Complementary color
Monochromatic Colors of #524EEE
Black with #524EEE
Text Example
Text Example
White with #524EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524EEE; }
p { color: rgb(82,78,238); }
H1.HeaderClassName
{
color: #524EEE;
}
.AnyTagClassName
{
color: #524EEE;
}
</style>
background-color css
<style>
a { background-color: #524EEE; }
a { background-color: rgb(82,78,238); }
div.DivClassName
{
background-color: #524EEE;
}
.BgClassName
{
background-color: #524EEE;
}
</style>
border-color css
<style>
span { border-color: #524EEE; }
span { border-color: rgb(82,78,238); }
td.TdClassName
{
border-color: #524EEE;
}
.TagClassName
{
border-color: #524EEE;
}
</style>