Shades of Neon Blue #503FFB
Tints of Neon Blue #503FFB
RGB
CMYK
RGB Variations
Color information
#503FFB (or 0x503FFB) is known color: Neon Blue. HEX triplet: 50, 3F and FB. RGB value is (80,63,251). Sum of RGB (Red+Green+Blue) = 80+63+251=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #503FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503FFB is #AFC004. Grayscale: #585858. Windows color (decimal): -11517957 or 16465744. OLE color: 16465744.
HSL color Cylindrical-coordinate representation of color #503FFB: hue angle of 245.43º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503FFB is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 63 | 251 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.02 |
| HSL | 245.43º | 0.96% | 0.62% | - |
| HSV(B) | 245.43º | 0.75% | 0.98% | - |
| XYZ | 22.5 | 12.23 | 92.44 | - |
| YUV | 89.52 | 219.13 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 251 | 0.68 | 0.75 | 0 | 0.02 | 245.43 | 0.96 | 0.62 |
| Hex | 50 | 3F | FB | 44 | 4B | 0 | 2 | F5 | 60 | 3E |
| Octal | 120 | 77 | 373 | 104 | 113 | 0 | 2 | 365 | 140 | 76 |
| Binary | 1010000 | 111111 | 11111011 | 1000100 | 1001011 | 0 | 10 | 11110101 | 1100000 | 111110 |
Color Harmonies of #503FFB
Complementary color
Monochromatic Colors of #503FFB
Black with #503FFB
Text Example
Text Example
White with #503FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FFB; }
p { color: rgb(80,63,251); }
H1.HeaderClassName
{
color: #503FFB;
}
.AnyTagClassName
{
color: #503FFB;
}
</style>
background-color css
<style>
a { background-color: #503FFB; }
a { background-color: rgb(80,63,251); }
div.DivClassName
{
background-color: #503FFB;
}
.BgClassName
{
background-color: #503FFB;
}
</style>
border-color css
<style>
span { border-color: #503FFB; }
span { border-color: rgb(80,63,251); }
td.TdClassName
{
border-color: #503FFB;
}
.TagClassName
{
border-color: #503FFB;
}
</style>