Shades of Neon Blue #523FEC
Tints of Neon Blue #523FEC
RGB
CMYK
RGB Variations
Color information
#523FEC (or 0x523FEC) is known color: Neon Blue. HEX triplet: 52, 3F and EC. RGB value is (82,63,236). Sum of RGB (Red+Green+Blue) = 82+63+236=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #523FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523FEC is #ADC013. Grayscale: #575757. Windows color (decimal): -11386900 or 15482706. OLE color: 15482706.
HSL color Cylindrical-coordinate representation of color #523FEC: hue angle of 246.59º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523FEC is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 63 | 236 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.07 |
| HSL | 246.59º | 0.82% | 0.59% | - |
| HSV(B) | 246.59º | 0.73% | 0.93% | - |
| XYZ | 20.4 | 11.4 | 80.48 | - |
| YUV | 88.4 | 211.29 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 236 | 0.65 | 0.73 | 0 | 0.07 | 246.59 | 0.82 | 0.59 |
| Hex | 52 | 3F | EC | 41 | 49 | 0 | 7 | F7 | 52 | 3B |
| Octal | 122 | 77 | 354 | 101 | 111 | 0 | 7 | 367 | 122 | 73 |
| Binary | 1010010 | 111111 | 11101100 | 1000001 | 1001001 | 0 | 111 | 11110111 | 1010010 | 111011 |
Color Harmonies of #523FEC
Complementary color
Monochromatic Colors of #523FEC
Black with #523FEC
Text Example
Text Example
White with #523FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523FEC; }
p { color: rgb(82,63,236); }
H1.HeaderClassName
{
color: #523FEC;
}
.AnyTagClassName
{
color: #523FEC;
}
</style>
background-color css
<style>
a { background-color: #523FEC; }
a { background-color: rgb(82,63,236); }
div.DivClassName
{
background-color: #523FEC;
}
.BgClassName
{
background-color: #523FEC;
}
</style>
border-color css
<style>
span { border-color: #523FEC; }
span { border-color: rgb(82,63,236); }
td.TdClassName
{
border-color: #523FEC;
}
.TagClassName
{
border-color: #523FEC;
}
</style>