Shades of Neon Blue #503AFE
Tints of Neon Blue #503AFE
RGB
CMYK
RGB Variations
Color information
#503AFE (or 0x503AFE) is known color: Neon Blue. HEX triplet: 50, 3A and FE. RGB value is (80,58,254). Sum of RGB (Red+Green+Blue) = 80+58+254=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #503AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503AFE is #AFC501. Grayscale: #565656. Windows color (decimal): -11519234 or 16661072. OLE color: 16661072.
HSL color Cylindrical-coordinate representation of color #503AFE: hue angle of 246.73º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #503AFE is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 58 | 254 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.00 |
| HSL | 246.73º | 0.99% | 0.61% | - |
| HSV(B) | 246.73º | 0.77% | 1% | - |
| XYZ | 22.71 | 11.89 | 94.86 | - |
| YUV | 86.92 | 222.29 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 254 | 0.69 | 0.77 | 0 | 0.00 | 246.73 | 0.99 | 0.61 |
| Hex | 50 | 3A | FE | 45 | 4D | 0 | 0 | F7 | 63 | 3D |
| Octal | 120 | 72 | 376 | 105 | 115 | 0 | 0 | 367 | 143 | 75 |
| Binary | 1010000 | 111010 | 11111110 | 1000101 | 1001101 | 0 | 0 | 11110111 | 1100011 | 111101 |
Color Harmonies of #503AFE
Complementary color
Monochromatic Colors of #503AFE
Black with #503AFE
Text Example
Text Example
White with #503AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503AFE; }
p { color: rgb(80,58,254); }
H1.HeaderClassName
{
color: #503AFE;
}
.AnyTagClassName
{
color: #503AFE;
}
</style>
background-color css
<style>
a { background-color: #503AFE; }
a { background-color: rgb(80,58,254); }
div.DivClassName
{
background-color: #503AFE;
}
.BgClassName
{
background-color: #503AFE;
}
</style>
border-color css
<style>
span { border-color: #503AFE; }
span { border-color: rgb(80,58,254); }
td.TdClassName
{
border-color: #503AFE;
}
.TagClassName
{
border-color: #503AFE;
}
</style>