Shades of Neon Blue #503EFB
Tints of Neon Blue #503EFB
RGB
CMYK
RGB Variations
Color information
#503EFB (or 0x503EFB) is known color: Neon Blue. HEX triplet: 50, 3E and FB. RGB value is (80,62,251). Sum of RGB (Red+Green+Blue) = 80+62+251=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #503EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503EFB is #AFC104. Grayscale: #585858. Windows color (decimal): -11518213 or 16465488. OLE color: 16465488.
HSL color Cylindrical-coordinate representation of color #503EFB: hue angle of 245.71º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503EFB is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 62 | 251 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.02 |
| HSL | 245.71º | 0.96% | 0.61% | - |
| HSV(B) | 245.71º | 0.75% | 0.98% | - |
| XYZ | 22.44 | 12.12 | 92.42 | - |
| YUV | 88.93 | 219.46 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 251 | 0.68 | 0.75 | 0 | 0.02 | 245.71 | 0.96 | 0.61 |
| Hex | 50 | 3E | FB | 44 | 4B | 0 | 2 | F6 | 60 | 3D |
| Octal | 120 | 76 | 373 | 104 | 113 | 0 | 2 | 366 | 140 | 75 |
| Binary | 1010000 | 111110 | 11111011 | 1000100 | 1001011 | 0 | 10 | 11110110 | 1100000 | 111101 |
Color Harmonies of #503EFB
Complementary color
Monochromatic Colors of #503EFB
Black with #503EFB
Text Example
Text Example
White with #503EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503EFB; }
p { color: rgb(80,62,251); }
H1.HeaderClassName
{
color: #503EFB;
}
.AnyTagClassName
{
color: #503EFB;
}
</style>
background-color css
<style>
a { background-color: #503EFB; }
a { background-color: rgb(80,62,251); }
div.DivClassName
{
background-color: #503EFB;
}
.BgClassName
{
background-color: #503EFB;
}
</style>
border-color css
<style>
span { border-color: #503EFB; }
span { border-color: rgb(80,62,251); }
td.TdClassName
{
border-color: #503EFB;
}
.TagClassName
{
border-color: #503EFB;
}
</style>