Shades of Neon Blue #503CF7
Tints of Neon Blue #503CF7
RGB
CMYK
RGB Variations
Color information
#503CF7 (or 0x503CF7) is known color: Neon Blue. HEX triplet: 50, 3C and F7. RGB value is (80,60,247). Sum of RGB (Red+Green+Blue) = 80+60+247=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 247 (96.88% from 255 or 63.82% from 387); Max value from RGB is 247 - color contains mainly: blue. Hex color #503CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503CF7 is #AFC308. Grayscale: #565656. Windows color (decimal): -11518729 or 16202832. OLE color: 16202832.
HSL color Cylindrical-coordinate representation of color #503CF7: hue angle of 246.42º 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 #503CF7 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 60 | 247 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.03 |
| HSL | 246.42º | 0.92% | 0.6% | - |
| HSV(B) | 246.42º | 0.76% | 0.97% | - |
| XYZ | 21.71 | 11.65 | 89.1 | - |
| YUV | 87.3 | 218.13 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 247 | 0.68 | 0.76 | 0 | 0.03 | 246.42 | 0.92 | 0.6 |
| Hex | 50 | 3C | F7 | 44 | 4C | 0 | 3 | F6 | 5C | 3C |
| Octal | 120 | 74 | 367 | 104 | 114 | 0 | 3 | 366 | 134 | 74 |
| Binary | 1010000 | 111100 | 11110111 | 1000100 | 1001100 | 0 | 11 | 11110110 | 1011100 | 111100 |
Color Harmonies of #503CF7
Complementary color
Monochromatic Colors of #503CF7
Black with #503CF7
Text Example
Text Example
White with #503CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CF7; }
p { color: rgb(80,60,247); }
H1.HeaderClassName
{
color: #503CF7;
}
.AnyTagClassName
{
color: #503CF7;
}
</style>
background-color css
<style>
a { background-color: #503CF7; }
a { background-color: rgb(80,60,247); }
div.DivClassName
{
background-color: #503CF7;
}
.BgClassName
{
background-color: #503CF7;
}
</style>
border-color css
<style>
span { border-color: #503CF7; }
span { border-color: rgb(80,60,247); }
td.TdClassName
{
border-color: #503CF7;
}
.TagClassName
{
border-color: #503CF7;
}
</style>