Shades of Neon Blue #5046EB
Tints of Neon Blue #5046EB
RGB
CMYK
RGB Variations
Color information
#5046EB (or 0x5046EB) is known color: Neon Blue. HEX triplet: 50, 46 and EB. RGB value is (80,70,235). Sum of RGB (Red+Green+Blue) = 80+70+235=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #5046EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5046EB is #AFB914. Grayscale: #5B5B5B. Windows color (decimal): -11516181 or 15418960. OLE color: 15418960.
HSL color Cylindrical-coordinate representation of color #5046EB: hue angle of 243.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5046EB is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 70 | 235 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.08 |
| HSL | 243.64º | 0.8% | 0.6% | - |
| HSV(B) | 243.64º | 0.7% | 0.92% | - |
| XYZ | 20.49 | 12.08 | 79.85 | - |
| YUV | 91.8 | 208.81 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 235 | 0.66 | 0.70 | 0 | 0.08 | 243.64 | 0.8 | 0.6 |
| Hex | 50 | 46 | EB | 42 | 46 | 0 | 8 | F4 | 50 | 3C |
| Octal | 120 | 106 | 353 | 102 | 106 | 0 | 10 | 364 | 120 | 74 |
| Binary | 1010000 | 1000110 | 11101011 | 1000010 | 1000110 | 0 | 1000 | 11110100 | 1010000 | 111100 |
Color Harmonies of #5046EB
Complementary color
Monochromatic Colors of #5046EB
Black with #5046EB
Text Example
Text Example
White with #5046EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5046EB; }
p { color: rgb(80,70,235); }
H1.HeaderClassName
{
color: #5046EB;
}
.AnyTagClassName
{
color: #5046EB;
}
</style>
background-color css
<style>
a { background-color: #5046EB; }
a { background-color: rgb(80,70,235); }
div.DivClassName
{
background-color: #5046EB;
}
.BgClassName
{
background-color: #5046EB;
}
</style>
border-color css
<style>
span { border-color: #5046EB; }
span { border-color: rgb(80,70,235); }
td.TdClassName
{
border-color: #5046EB;
}
.TagClassName
{
border-color: #5046EB;
}
</style>