Shades of Neon Blue #503BF7
Tints of Neon Blue #503BF7
RGB
CMYK
RGB Variations
Color information
#503BF7 (or 0x503BF7) is known color: Neon Blue. HEX triplet: 50, 3B and F7. RGB value is (80,59,247). Sum of RGB (Red+Green+Blue) = 80+59+247=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 247 (96.88% from 255 or 63.99% from 386); Max value from RGB is 247 - color contains mainly: blue. Hex color #503BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BF7 is #AFC408. Grayscale: #555555. Windows color (decimal): -11518985 or 16202576. OLE color: 16202576.
HSL color Cylindrical-coordinate representation of color #503BF7: hue angle of 246.7º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #503BF7 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 59 | 247 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.03 |
| HSL | 246.7º | 0.92% | 0.6% | - |
| HSV(B) | 246.7º | 0.76% | 0.97% | - |
| XYZ | 21.66 | 11.55 | 89.08 | - |
| YUV | 86.71 | 218.46 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 247 | 0.68 | 0.76 | 0 | 0.03 | 246.7 | 0.92 | 0.6 |
| Hex | 50 | 3B | F7 | 44 | 4C | 0 | 3 | F7 | 5C | 3C |
| Octal | 120 | 73 | 367 | 104 | 114 | 0 | 3 | 367 | 134 | 74 |
| Binary | 1010000 | 111011 | 11110111 | 1000100 | 1001100 | 0 | 11 | 11110111 | 1011100 | 111100 |
Color Harmonies of #503BF7
Complementary color
Monochromatic Colors of #503BF7
Black with #503BF7
Text Example
Text Example
White with #503BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BF7; }
p { color: rgb(80,59,247); }
H1.HeaderClassName
{
color: #503BF7;
}
.AnyTagClassName
{
color: #503BF7;
}
</style>
background-color css
<style>
a { background-color: #503BF7; }
a { background-color: rgb(80,59,247); }
div.DivClassName
{
background-color: #503BF7;
}
.BgClassName
{
background-color: #503BF7;
}
</style>
border-color css
<style>
span { border-color: #503BF7; }
span { border-color: rgb(80,59,247); }
td.TdClassName
{
border-color: #503BF7;
}
.TagClassName
{
border-color: #503BF7;
}
</style>