Shades of Neon Blue #523FE7
Tints of Neon Blue #523FE7
RGB
CMYK
RGB Variations
Color information
#523FE7 (or 0x523FE7) is known color: Neon Blue. HEX triplet: 52, 3F and E7. RGB value is (82,63,231). Sum of RGB (Red+Green+Blue) = 82+63+231=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 231 (90.62% from 255 or 61.44% from 376); Max value from RGB is 231 - color contains mainly: blue. Hex color #523FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523FE7 is #ADC018. Grayscale: #575757. Windows color (decimal): -11386905 or 15155026. OLE color: 15155026.
HSL color Cylindrical-coordinate representation of color #523FE7: hue angle of 246.79º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523FE7 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 63 | 231 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.09 |
| HSL | 246.79º | 0.78% | 0.58% | - |
| HSV(B) | 246.79º | 0.73% | 0.91% | - |
| XYZ | 19.68 | 11.12 | 76.71 | - |
| YUV | 87.83 | 208.79 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 231 | 0.65 | 0.73 | 0 | 0.09 | 246.79 | 0.78 | 0.58 |
| Hex | 52 | 3F | E7 | 41 | 49 | 0 | 9 | F7 | 4E | 3A |
| Octal | 122 | 77 | 347 | 101 | 111 | 0 | 11 | 367 | 116 | 72 |
| Binary | 1010010 | 111111 | 11100111 | 1000001 | 1001001 | 0 | 1001 | 11110111 | 1001110 | 111010 |
Color Harmonies of #523FE7
Complementary color
Monochromatic Colors of #523FE7
Black with #523FE7
Text Example
Text Example
White with #523FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523FE7; }
p { color: rgb(82,63,231); }
H1.HeaderClassName
{
color: #523FE7;
}
.AnyTagClassName
{
color: #523FE7;
}
</style>
background-color css
<style>
a { background-color: #523FE7; }
a { background-color: rgb(82,63,231); }
div.DivClassName
{
background-color: #523FE7;
}
.BgClassName
{
background-color: #523FE7;
}
</style>
border-color css
<style>
span { border-color: #523FE7; }
span { border-color: rgb(82,63,231); }
td.TdClassName
{
border-color: #523FE7;
}
.TagClassName
{
border-color: #523FE7;
}
</style>