Shades of Neon Blue #523FEA
Tints of Neon Blue #523FEA
RGB
CMYK
RGB Variations
Color information
#523FEA (or 0x523FEA) is known color: Neon Blue. HEX triplet: 52, 3F and EA. RGB value is (82,63,234). Sum of RGB (Red+Green+Blue) = 82+63+234=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #523FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523FEA is #ADC015. Grayscale: #575757. Windows color (decimal): -11386902 or 15351634. OLE color: 15351634.
HSL color Cylindrical-coordinate representation of color #523FEA: hue angle of 246.67º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523FEA is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 63 | 234 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.08 |
| HSL | 246.67º | 0.8% | 0.58% | - |
| HSV(B) | 246.67º | 0.73% | 0.92% | - |
| XYZ | 20.11 | 11.29 | 78.96 | - |
| YUV | 88.18 | 210.29 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 234 | 0.65 | 0.73 | 0 | 0.08 | 246.67 | 0.8 | 0.58 |
| Hex | 52 | 3F | EA | 41 | 49 | 0 | 8 | F7 | 50 | 3A |
| Octal | 122 | 77 | 352 | 101 | 111 | 0 | 10 | 367 | 120 | 72 |
| Binary | 1010010 | 111111 | 11101010 | 1000001 | 1001001 | 0 | 1000 | 11110111 | 1010000 | 111010 |
Color Harmonies of #523FEA
Complementary color
Monochromatic Colors of #523FEA
Black with #523FEA
Text Example
Text Example
White with #523FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523FEA; }
p { color: rgb(82,63,234); }
H1.HeaderClassName
{
color: #523FEA;
}
.AnyTagClassName
{
color: #523FEA;
}
</style>
background-color css
<style>
a { background-color: #523FEA; }
a { background-color: rgb(82,63,234); }
div.DivClassName
{
background-color: #523FEA;
}
.BgClassName
{
background-color: #523FEA;
}
</style>
border-color css
<style>
span { border-color: #523FEA; }
span { border-color: rgb(82,63,234); }
td.TdClassName
{
border-color: #523FEA;
}
.TagClassName
{
border-color: #523FEA;
}
</style>