Shades of Neon Blue #5047FD
Tints of Neon Blue #5047FD
RGB
CMYK
RGB Variations
Color information
#5047FD (or 0x5047FD) is known color: Neon Blue. HEX triplet: 50, 47 and FD. RGB value is (80,71,253). Sum of RGB (Red+Green+Blue) = 80+71+253=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #5047FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5047FD is #AFB802. Grayscale: #5D5D5D. Windows color (decimal): -11515907 or 16598864. OLE color: 16598864.
HSL color Cylindrical-coordinate representation of color #5047FD: hue angle of 242.97º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5047FD is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 71 | 253 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.01 |
| HSL | 242.97º | 0.98% | 0.64% | - |
| HSV(B) | 242.97º | 0.72% | 0.99% | - |
| XYZ | 23.29 | 13.3 | 94.27 | - |
| YUV | 94.44 | 217.48 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 253 | 0.68 | 0.72 | 0 | 0.01 | 242.97 | 0.98 | 0.64 |
| Hex | 50 | 47 | FD | 44 | 48 | 0 | 1 | F3 | 62 | 40 |
| Octal | 120 | 107 | 375 | 104 | 110 | 0 | 1 | 363 | 142 | 100 |
| Binary | 1010000 | 1000111 | 11111101 | 1000100 | 1001000 | 0 | 1 | 11110011 | 1100010 | 1000000 |
Color Harmonies of #5047FD
Complementary color
Monochromatic Colors of #5047FD
Black with #5047FD
Text Example
Text Example
White with #5047FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5047FD; }
p { color: rgb(80,71,253); }
H1.HeaderClassName
{
color: #5047FD;
}
.AnyTagClassName
{
color: #5047FD;
}
</style>
background-color css
<style>
a { background-color: #5047FD; }
a { background-color: rgb(80,71,253); }
div.DivClassName
{
background-color: #5047FD;
}
.BgClassName
{
background-color: #5047FD;
}
</style>
border-color css
<style>
span { border-color: #5047FD; }
span { border-color: rgb(80,71,253); }
td.TdClassName
{
border-color: #5047FD;
}
.TagClassName
{
border-color: #5047FD;
}
</style>