Shades of Neon Blue #4B3DEC
Tints of Neon Blue #4B3DEC
RGB
CMYK
RGB Variations
Color information
#4B3DEC (or 0x4B3DEC) is known color: Neon Blue. HEX triplet: 4B, 3D and EC. RGB value is (75,61,236). Sum of RGB (Red+Green+Blue) = 75+61+236=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #4B3DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B3DEC is #B4C213. Grayscale: #545454. Windows color (decimal): -11846164 or 15482187. OLE color: 15482187.
HSL color Cylindrical-coordinate representation of color #4B3DEC: hue angle of 244.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B3DEC is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 61 | 236 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.07 |
| HSL | 244.8º | 0.82% | 0.58% | - |
| HSV(B) | 244.8º | 0.74% | 0.93% | - |
| XYZ | 19.71 | 10.89 | 80.42 | - |
| YUV | 85.14 | 213.14 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 236 | 0.68 | 0.74 | 0 | 0.07 | 244.8 | 0.82 | 0.58 |
| Hex | 4B | 3D | EC | 44 | 4A | 0 | 7 | F5 | 52 | 3A |
| Octal | 113 | 75 | 354 | 104 | 112 | 0 | 7 | 365 | 122 | 72 |
| Binary | 1001011 | 111101 | 11101100 | 1000100 | 1001010 | 0 | 111 | 11110101 | 1010010 | 111010 |
Color Harmonies of #4B3DEC
Complementary color
Monochromatic Colors of #4B3DEC
Black with #4B3DEC
Text Example
Text Example
White with #4B3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3DEC; }
p { color: rgb(75,61,236); }
H1.HeaderClassName
{
color: #4B3DEC;
}
.AnyTagClassName
{
color: #4B3DEC;
}
</style>
background-color css
<style>
a { background-color: #4B3DEC; }
a { background-color: rgb(75,61,236); }
div.DivClassName
{
background-color: #4B3DEC;
}
.BgClassName
{
background-color: #4B3DEC;
}
</style>
border-color css
<style>
span { border-color: #4B3DEC; }
span { border-color: rgb(75,61,236); }
td.TdClassName
{
border-color: #4B3DEC;
}
.TagClassName
{
border-color: #4B3DEC;
}
</style>