Shades of Neon Blue #4A50EB
Tints of Neon Blue #4A50EB
RGB
CMYK
RGB Variations
Color information
#4A50EB (or 0x4A50EB) is known color: Neon Blue. HEX triplet: 4A, 50 and EB. RGB value is (74,80,235). Sum of RGB (Red+Green+Blue) = 74+80+235=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A50EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A50EB is #B5AF14. Grayscale: #5F5F5F. Windows color (decimal): -11906837 or 15421514. OLE color: 15421514.
HSL color Cylindrical-coordinate representation of color #4A50EB: hue angle of 237.76º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A50EB is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 80 | 235 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.08 |
| HSL | 237.76º | 0.8% | 0.61% | - |
| HSV(B) | 237.76º | 0.69% | 0.92% | - |
| XYZ | 20.69 | 13.19 | 80.05 | - |
| YUV | 95.88 | 206.51 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 235 | 0.69 | 0.66 | 0 | 0.08 | 237.76 | 0.8 | 0.61 |
| Hex | 4A | 50 | EB | 45 | 42 | 0 | 8 | EE | 50 | 3D |
| Octal | 112 | 120 | 353 | 105 | 102 | 0 | 10 | 356 | 120 | 75 |
| Binary | 1001010 | 1010000 | 11101011 | 1000101 | 1000010 | 0 | 1000 | 11101110 | 1010000 | 111101 |
Color Harmonies of #4A50EB
Complementary color
Monochromatic Colors of #4A50EB
Black with #4A50EB
Text Example
Text Example
White with #4A50EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A50EB; }
p { color: rgb(74,80,235); }
H1.HeaderClassName
{
color: #4A50EB;
}
.AnyTagClassName
{
color: #4A50EB;
}
</style>
background-color css
<style>
a { background-color: #4A50EB; }
a { background-color: rgb(74,80,235); }
div.DivClassName
{
background-color: #4A50EB;
}
.BgClassName
{
background-color: #4A50EB;
}
</style>
border-color css
<style>
span { border-color: #4A50EB; }
span { border-color: rgb(74,80,235); }
td.TdClassName
{
border-color: #4A50EB;
}
.TagClassName
{
border-color: #4A50EB;
}
</style>