Shades of Neon Blue #5037FA
Tints of Neon Blue #5037FA
RGB
CMYK
RGB Variations
Color information
#5037FA (or 0x5037FA) is known color: Neon Blue. HEX triplet: 50, 37 and FA. RGB value is (80,55,250). Sum of RGB (Red+Green+Blue) = 80+55+250=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #5037FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5037FA is #AFC805. Grayscale: #535353. Windows color (decimal): -11520006 or 16398160. OLE color: 16398160.
HSL color Cylindrical-coordinate representation of color #5037FA: hue angle of 247.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5037FA is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 55 | 250 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.02 |
| HSL | 247.69º | 0.95% | 0.6% | - |
| HSV(B) | 247.69º | 0.78% | 0.98% | - |
| XYZ | 21.93 | 11.34 | 91.48 | - |
| YUV | 84.71 | 221.28 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 250 | 0.68 | 0.78 | 0 | 0.02 | 247.69 | 0.95 | 0.6 |
| Hex | 50 | 37 | FA | 44 | 4E | 0 | 2 | F8 | 5F | 3C |
| Octal | 120 | 67 | 372 | 104 | 116 | 0 | 2 | 370 | 137 | 74 |
| Binary | 1010000 | 110111 | 11111010 | 1000100 | 1001110 | 0 | 10 | 11111000 | 1011111 | 111100 |
Color Harmonies of #5037FA
Complementary color
Monochromatic Colors of #5037FA
Black with #5037FA
Text Example
Text Example
White with #5037FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5037FA; }
p { color: rgb(80,55,250); }
H1.HeaderClassName
{
color: #5037FA;
}
.AnyTagClassName
{
color: #5037FA;
}
</style>
background-color css
<style>
a { background-color: #5037FA; }
a { background-color: rgb(80,55,250); }
div.DivClassName
{
background-color: #5037FA;
}
.BgClassName
{
background-color: #5037FA;
}
</style>
border-color css
<style>
span { border-color: #5037FA; }
span { border-color: rgb(80,55,250); }
td.TdClassName
{
border-color: #5037FA;
}
.TagClassName
{
border-color: #5037FA;
}
</style>