Shades of Neon Blue #4B49FA
Tints of Neon Blue #4B49FA
RGB
CMYK
RGB Variations
Color information
#4B49FA (or 0x4B49FA) is known color: Neon Blue. HEX triplet: 4B, 49 and FA. RGB value is (75,73,250). Sum of RGB (Red+Green+Blue) = 75+73+250=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B49FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B49FA is #B4B605. Grayscale: #5D5D5D. Windows color (decimal): -11843078 or 16402763. OLE color: 16402763.
HSL color Cylindrical-coordinate representation of color #4B49FA: hue angle of 240.68º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B49FA is Cyan = 0.7, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 73 | 250 | - |
| CMYK | 0.7 | 0.71 | 0 | 0.02 |
| HSL | 240.68º | 0.95% | 0.63% | - |
| HSV(B) | 240.68º | 0.71% | 0.98% | - |
| XYZ | 22.54 | 13.16 | 91.8 | - |
| YUV | 93.78 | 216.16 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 250 | 0.7 | 0.71 | 0 | 0.02 | 240.68 | 0.95 | 0.63 |
| Hex | 4B | 49 | FA | 46 | 47 | 0 | 2 | F1 | 5F | 3F |
| Octal | 113 | 111 | 372 | 106 | 107 | 0 | 2 | 361 | 137 | 77 |
| Binary | 1001011 | 1001001 | 11111010 | 1000110 | 1000111 | 0 | 10 | 11110001 | 1011111 | 111111 |
Color Harmonies of #4B49FA
Complementary color
Monochromatic Colors of #4B49FA
Black with #4B49FA
Text Example
Text Example
White with #4B49FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B49FA; }
p { color: rgb(75,73,250); }
H1.HeaderClassName
{
color: #4B49FA;
}
.AnyTagClassName
{
color: #4B49FA;
}
</style>
background-color css
<style>
a { background-color: #4B49FA; }
a { background-color: rgb(75,73,250); }
div.DivClassName
{
background-color: #4B49FA;
}
.BgClassName
{
background-color: #4B49FA;
}
</style>
border-color css
<style>
span { border-color: #4B49FA; }
span { border-color: rgb(75,73,250); }
td.TdClassName
{
border-color: #4B49FA;
}
.TagClassName
{
border-color: #4B49FA;
}
</style>