Shades of Neon Blue #503DFE
Tints of Neon Blue #503DFE
RGB
CMYK
RGB Variations
Color information
#503DFE (or 0x503DFE) is known color: Neon Blue. HEX triplet: 50, 3D and FE. RGB value is (80,61,254). Sum of RGB (Red+Green+Blue) = 80+61+254=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #503DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503DFE is #AFC201. Grayscale: #575757. Windows color (decimal): -11518466 or 16661840. OLE color: 16661840.
HSL color Cylindrical-coordinate representation of color #503DFE: hue angle of 245.91º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #503DFE is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 61 | 254 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.00 |
| HSL | 245.91º | 0.99% | 0.62% | - |
| HSV(B) | 245.91º | 0.76% | 1% | - |
| XYZ | 22.87 | 12.2 | 94.92 | - |
| YUV | 88.68 | 221.29 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 254 | 0.69 | 0.76 | 0 | 0.00 | 245.91 | 0.99 | 0.62 |
| Hex | 50 | 3D | FE | 45 | 4C | 0 | 0 | F6 | 63 | 3E |
| Octal | 120 | 75 | 376 | 105 | 114 | 0 | 0 | 366 | 143 | 76 |
| Binary | 1010000 | 111101 | 11111110 | 1000101 | 1001100 | 0 | 0 | 11110110 | 1100011 | 111110 |
Color Harmonies of #503DFE
Complementary color
Monochromatic Colors of #503DFE
Black with #503DFE
Text Example
Text Example
White with #503DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DFE; }
p { color: rgb(80,61,254); }
H1.HeaderClassName
{
color: #503DFE;
}
.AnyTagClassName
{
color: #503DFE;
}
</style>
background-color css
<style>
a { background-color: #503DFE; }
a { background-color: rgb(80,61,254); }
div.DivClassName
{
background-color: #503DFE;
}
.BgClassName
{
background-color: #503DFE;
}
</style>
border-color css
<style>
span { border-color: #503DFE; }
span { border-color: rgb(80,61,254); }
td.TdClassName
{
border-color: #503DFE;
}
.TagClassName
{
border-color: #503DFE;
}
</style>