Shades of Neon Blue #503BF8
Tints of Neon Blue #503BF8
RGB
CMYK
RGB Variations
Color information
#503BF8 (or 0x503BF8) is known color: Neon Blue. HEX triplet: 50, 3B and F8. RGB value is (80,59,248). Sum of RGB (Red+Green+Blue) = 80+59+248=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 248 (97.27% from 255 or 64.08% from 387); Max value from RGB is 248 - color contains mainly: blue. Hex color #503BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BF8 is #AFC407. Grayscale: #565656. Windows color (decimal): -11518984 or 16268112. OLE color: 16268112.
HSL color Cylindrical-coordinate representation of color #503BF8: hue angle of 246.67º degrees, saturation: 0.93, 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 #503BF8 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 59 | 248 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.03 |
| HSL | 246.67º | 0.93% | 0.6% | - |
| HSV(B) | 246.67º | 0.76% | 0.97% | - |
| XYZ | 21.82 | 11.61 | 89.9 | - |
| YUV | 86.83 | 218.96 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 248 | 0.68 | 0.76 | 0 | 0.03 | 246.67 | 0.93 | 0.6 |
| Hex | 50 | 3B | F8 | 44 | 4C | 0 | 3 | F7 | 5D | 3C |
| Octal | 120 | 73 | 370 | 104 | 114 | 0 | 3 | 367 | 135 | 74 |
| Binary | 1010000 | 111011 | 11111000 | 1000100 | 1001100 | 0 | 11 | 11110111 | 1011101 | 111100 |
Color Harmonies of #503BF8
Complementary color
Monochromatic Colors of #503BF8
Black with #503BF8
Text Example
Text Example
White with #503BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BF8; }
p { color: rgb(80,59,248); }
H1.HeaderClassName
{
color: #503BF8;
}
.AnyTagClassName
{
color: #503BF8;
}
</style>
background-color css
<style>
a { background-color: #503BF8; }
a { background-color: rgb(80,59,248); }
div.DivClassName
{
background-color: #503BF8;
}
.BgClassName
{
background-color: #503BF8;
}
</style>
border-color css
<style>
span { border-color: #503BF8; }
span { border-color: rgb(80,59,248); }
td.TdClassName
{
border-color: #503BF8;
}
.TagClassName
{
border-color: #503BF8;
}
</style>