Shades of Neon Blue #5042FF
Tints of Neon Blue #5042FF
RGB
CMYK
RGB Variations
Color information
#5042FF (or 0x5042FF) is known color: Neon Blue. HEX triplet: 50, 42 and FF. RGB value is (80,66,255). Sum of RGB (Red+Green+Blue) = 80+66+255=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #5042FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5042FF is #AFBD00. Grayscale: #5A5A5A. Windows color (decimal): -11517185 or 16728656. OLE color: 16728656.
HSL color Cylindrical-coordinate representation of color #5042FF: hue angle of 244.44º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5042FF is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 66 | 255 | - |
| CMYK | 0.69 | 0.74 | 0 | 0 |
| HSL | 244.44º | 1% | 0.63% | - |
| HSV(B) | 244.44º | 0.74% | 1% | - |
| XYZ | 23.31 | 12.82 | 95.85 | - |
| YUV | 91.73 | 220.14 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 255 | 0.69 | 0.74 | 0 | 0 | 244.44 | 1 | 0.63 |
| Hex | 50 | 42 | FF | 45 | 4A | 0 | 0 | F4 | 64 | 3F |
| Octal | 120 | 102 | 377 | 105 | 112 | 0 | 0 | 364 | 144 | 77 |
| Binary | 1010000 | 1000010 | 11111111 | 1000101 | 1001010 | 0 | 0 | 11110100 | 1100100 | 111111 |
Color Harmonies of #5042FF
Complementary color
Monochromatic Colors of #5042FF
Black with #5042FF
Text Example
Text Example
White with #5042FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5042FF; }
p { color: rgb(80,66,255); }
H1.HeaderClassName
{
color: #5042FF;
}
.AnyTagClassName
{
color: #5042FF;
}
</style>
background-color css
<style>
a { background-color: #5042FF; }
a { background-color: rgb(80,66,255); }
div.DivClassName
{
background-color: #5042FF;
}
.BgClassName
{
background-color: #5042FF;
}
</style>
border-color css
<style>
span { border-color: #5042FF; }
span { border-color: rgb(80,66,255); }
td.TdClassName
{
border-color: #5042FF;
}
.TagClassName
{
border-color: #5042FF;
}
</style>