Shades of Neon Blue #4B4AEB
Tints of Neon Blue #4B4AEB
RGB
CMYK
RGB Variations
Color information
#4B4AEB (or 0x4B4AEB) is known color: Neon Blue. HEX triplet: 4B, 4A and EB. RGB value is (75,74,235). Sum of RGB (Red+Green+Blue) = 75+74+235=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #4B4AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B4AEB is #B4B514. Grayscale: #5C5C5C. Windows color (decimal): -11842837 or 15419979. OLE color: 15419979.
HSL color Cylindrical-coordinate representation of color #4B4AEB: hue angle of 240.37º 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 #4B4AEB is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 74 | 235 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.08 |
| HSL | 240.37º | 0.8% | 0.61% | - |
| HSV(B) | 240.37º | 0.69% | 0.92% | - |
| XYZ | 20.35 | 12.39 | 79.92 | - |
| YUV | 92.65 | 208.33 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 74 | 235 | 0.68 | 0.69 | 0 | 0.08 | 240.37 | 0.8 | 0.61 |
| Hex | 4B | 4A | EB | 44 | 45 | 0 | 8 | F0 | 50 | 3D |
| Octal | 113 | 112 | 353 | 104 | 105 | 0 | 10 | 360 | 120 | 75 |
| Binary | 1001011 | 1001010 | 11101011 | 1000100 | 1000101 | 0 | 1000 | 11110000 | 1010000 | 111101 |
Color Harmonies of #4B4AEB
Complementary color
Monochromatic Colors of #4B4AEB
Black with #4B4AEB
Text Example
Text Example
White with #4B4AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4AEB; }
p { color: rgb(75,74,235); }
H1.HeaderClassName
{
color: #4B4AEB;
}
.AnyTagClassName
{
color: #4B4AEB;
}
</style>
background-color css
<style>
a { background-color: #4B4AEB; }
a { background-color: rgb(75,74,235); }
div.DivClassName
{
background-color: #4B4AEB;
}
.BgClassName
{
background-color: #4B4AEB;
}
</style>
border-color css
<style>
span { border-color: #4B4AEB; }
span { border-color: rgb(75,74,235); }
td.TdClassName
{
border-color: #4B4AEB;
}
.TagClassName
{
border-color: #4B4AEB;
}
</style>