Shades of Neon Blue #504FE3
Tints of Neon Blue #504FE3
RGB
CMYK
RGB Variations
Color information
#504FE3 (or 0x504FE3) is known color: Neon Blue. HEX triplet: 50, 4F and E3. RGB value is (80,79,227). Sum of RGB (Red+Green+Blue) = 80+79+227=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 227 (89.06% from 255 or 58.81% from 386); Max value from RGB is 227 - color contains mainly: blue. Hex color #504FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FE3 is #AFB01C. Grayscale: #5F5F5F. Windows color (decimal): -11513885 or 14896976. OLE color: 14896976.
HSL color Cylindrical-coordinate representation of color #504FE3: hue angle of 240.41º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504FE3 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 79 | 227 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.11 |
| HSL | 240.41º | 0.73% | 0.6% | - |
| HSV(B) | 240.41º | 0.65% | 0.89% | - |
| XYZ | 19.97 | 12.84 | 74.1 | - |
| YUV | 96.17 | 201.83 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 227 | 0.65 | 0.65 | 0 | 0.11 | 240.41 | 0.73 | 0.6 |
| Hex | 50 | 4F | E3 | 41 | 41 | 0 | B | F0 | 49 | 3C |
| Octal | 120 | 117 | 343 | 101 | 101 | 0 | 13 | 360 | 111 | 74 |
| Binary | 1010000 | 1001111 | 11100011 | 1000001 | 1000001 | 0 | 1011 | 11110000 | 1001001 | 111100 |
Color Harmonies of #504FE3
Complementary color
Monochromatic Colors of #504FE3
Black with #504FE3
Text Example
Text Example
White with #504FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504FE3; }
p { color: rgb(80,79,227); }
H1.HeaderClassName
{
color: #504FE3;
}
.AnyTagClassName
{
color: #504FE3;
}
</style>
background-color css
<style>
a { background-color: #504FE3; }
a { background-color: rgb(80,79,227); }
div.DivClassName
{
background-color: #504FE3;
}
.BgClassName
{
background-color: #504FE3;
}
</style>
border-color css
<style>
span { border-color: #504FE3; }
span { border-color: rgb(80,79,227); }
td.TdClassName
{
border-color: #504FE3;
}
.TagClassName
{
border-color: #504FE3;
}
</style>