Shades of Neon Blue #524BE6
Tints of Neon Blue #524BE6
RGB
CMYK
RGB Variations
Color information
#524BE6 (or 0x524BE6) is known color: Neon Blue. HEX triplet: 52, 4B and E6. RGB value is (82,75,230). Sum of RGB (Red+Green+Blue) = 82+75+230=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 230 (90.23% from 255 or 59.43% from 387); Max value from RGB is 230 - color contains mainly: blue. Hex color #524BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524BE6 is #ADB419. Grayscale: #5E5E5E. Windows color (decimal): -11383834 or 15092562. OLE color: 15092562.
HSL color Cylindrical-coordinate representation of color #524BE6: hue angle of 242.71º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #524BE6 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 75 | 230 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.10 |
| HSL | 242.71º | 0.76% | 0.6% | - |
| HSV(B) | 242.71º | 0.67% | 0.9% | - |
| XYZ | 20.28 | 12.54 | 76.21 | - |
| YUV | 94.76 | 204.32 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 230 | 0.64 | 0.67 | 0 | 0.10 | 242.71 | 0.76 | 0.6 |
| Hex | 52 | 4B | E6 | 40 | 43 | 0 | A | F3 | 4C | 3C |
| Octal | 122 | 113 | 346 | 100 | 103 | 0 | 12 | 363 | 114 | 74 |
| Binary | 1010010 | 1001011 | 11100110 | 1000000 | 1000011 | 0 | 1010 | 11110011 | 1001100 | 111100 |
Color Harmonies of #524BE6
Complementary color
Monochromatic Colors of #524BE6
Black with #524BE6
Text Example
Text Example
White with #524BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524BE6; }
p { color: rgb(82,75,230); }
H1.HeaderClassName
{
color: #524BE6;
}
.AnyTagClassName
{
color: #524BE6;
}
</style>
background-color css
<style>
a { background-color: #524BE6; }
a { background-color: rgb(82,75,230); }
div.DivClassName
{
background-color: #524BE6;
}
.BgClassName
{
background-color: #524BE6;
}
</style>
border-color css
<style>
span { border-color: #524BE6; }
span { border-color: rgb(82,75,230); }
td.TdClassName
{
border-color: #524BE6;
}
.TagClassName
{
border-color: #524BE6;
}
</style>