Shades of Neon Blue #524FE5
Tints of Neon Blue #524FE5
RGB
CMYK
RGB Variations
Color information
#524FE5 (or 0x524FE5) is known color: Neon Blue. HEX triplet: 52, 4F and E5. RGB value is (82,79,229). Sum of RGB (Red+Green+Blue) = 82+79+229=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #524FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524FE5 is #ADB01A. Grayscale: #606060. Windows color (decimal): -11382811 or 15028050. OLE color: 15028050.
HSL color Cylindrical-coordinate representation of color #524FE5: hue angle of 241.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #524FE5 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 79 | 229 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.10 |
| HSL | 241.2º | 0.74% | 0.6% | - |
| HSV(B) | 241.2º | 0.66% | 0.9% | - |
| XYZ | 20.42 | 13.04 | 75.57 | - |
| YUV | 97 | 202.49 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 229 | 0.64 | 0.66 | 0 | 0.10 | 241.2 | 0.74 | 0.6 |
| Hex | 52 | 4F | E5 | 40 | 42 | 0 | A | F1 | 4A | 3C |
| Octal | 122 | 117 | 345 | 100 | 102 | 0 | 12 | 361 | 112 | 74 |
| Binary | 1010010 | 1001111 | 11100101 | 1000000 | 1000010 | 0 | 1010 | 11110001 | 1001010 | 111100 |
Color Harmonies of #524FE5
Complementary color
Monochromatic Colors of #524FE5
Black with #524FE5
Text Example
Text Example
White with #524FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524FE5; }
p { color: rgb(82,79,229); }
H1.HeaderClassName
{
color: #524FE5;
}
.AnyTagClassName
{
color: #524FE5;
}
</style>
background-color css
<style>
a { background-color: #524FE5; }
a { background-color: rgb(82,79,229); }
div.DivClassName
{
background-color: #524FE5;
}
.BgClassName
{
background-color: #524FE5;
}
</style>
border-color css
<style>
span { border-color: #524FE5; }
span { border-color: rgb(82,79,229); }
td.TdClassName
{
border-color: #524FE5;
}
.TagClassName
{
border-color: #524FE5;
}
</style>