Shades of Neon Blue #5037FF
Tints of Neon Blue #5037FF
RGB
CMYK
RGB Variations
Color information
#5037FF (or 0x5037FF) is known color: Neon Blue. HEX triplet: 50, 37 and FF. RGB value is (80,55,255). Sum of RGB (Red+Green+Blue) = 80+55+255=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #5037FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5037FF is #AFC800. Grayscale: #545454. Windows color (decimal): -11520001 or 16725840. OLE color: 16725840.
HSL color Cylindrical-coordinate representation of color #5037FF: hue angle of 247.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5037FF is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 55 | 255 | - |
| CMYK | 0.69 | 0.78 | 0 | 0 |
| HSL | 247.5º | 1% | 0.61% | - |
| HSV(B) | 247.5º | 0.78% | 1% | - |
| XYZ | 22.72 | 11.66 | 95.66 | - |
| YUV | 85.28 | 223.78 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 255 | 0.69 | 0.78 | 0 | 0 | 247.5 | 1 | 0.61 |
| Hex | 50 | 37 | FF | 45 | 4E | 0 | 0 | F8 | 64 | 3D |
| Octal | 120 | 67 | 377 | 105 | 116 | 0 | 0 | 370 | 144 | 75 |
| Binary | 1010000 | 110111 | 11111111 | 1000101 | 1001110 | 0 | 0 | 11111000 | 1100100 | 111101 |
Color Harmonies of #5037FF
Complementary color
Monochromatic Colors of #5037FF
Black with #5037FF
Text Example
Text Example
White with #5037FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5037FF; }
p { color: rgb(80,55,255); }
H1.HeaderClassName
{
color: #5037FF;
}
.AnyTagClassName
{
color: #5037FF;
}
</style>
background-color css
<style>
a { background-color: #5037FF; }
a { background-color: rgb(80,55,255); }
div.DivClassName
{
background-color: #5037FF;
}
.BgClassName
{
background-color: #5037FF;
}
</style>
border-color css
<style>
span { border-color: #5037FF; }
span { border-color: rgb(80,55,255); }
td.TdClassName
{
border-color: #5037FF;
}
.TagClassName
{
border-color: #5037FF;
}
</style>