Shades of Neon Blue #4B43E9
Tints of Neon Blue #4B43E9
RGB
CMYK
RGB Variations
Color information
#4B43E9 (or 0x4B43E9) is known color: Neon Blue. HEX triplet: 4B, 43 and E9. RGB value is (75,67,233). Sum of RGB (Red+Green+Blue) = 75+67+233=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 233 (91.41% from 255 or 62.13% from 375); Max value from RGB is 233 - color contains mainly: blue. Hex color #4B43E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B43E9 is #B4BC16. Grayscale: #575757. Windows color (decimal): -11844631 or 15287115. OLE color: 15287115.
HSL color Cylindrical-coordinate representation of color #4B43E9: hue angle of 242.89º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B43E9 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 67 | 233 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.09 |
| HSL | 242.89º | 0.79% | 0.59% | - |
| HSV(B) | 242.89º | 0.71% | 0.91% | - |
| XYZ | 19.62 | 11.39 | 78.26 | - |
| YUV | 88.32 | 209.65 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 233 | 0.68 | 0.71 | 0 | 0.09 | 242.89 | 0.79 | 0.59 |
| Hex | 4B | 43 | E9 | 44 | 47 | 0 | 9 | F3 | 4F | 3B |
| Octal | 113 | 103 | 351 | 104 | 107 | 0 | 11 | 363 | 117 | 73 |
| Binary | 1001011 | 1000011 | 11101001 | 1000100 | 1000111 | 0 | 1001 | 11110011 | 1001111 | 111011 |
Color Harmonies of #4B43E9
Complementary color
Monochromatic Colors of #4B43E9
Black with #4B43E9
Text Example
Text Example
White with #4B43E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B43E9; }
p { color: rgb(75,67,233); }
H1.HeaderClassName
{
color: #4B43E9;
}
.AnyTagClassName
{
color: #4B43E9;
}
</style>
background-color css
<style>
a { background-color: #4B43E9; }
a { background-color: rgb(75,67,233); }
div.DivClassName
{
background-color: #4B43E9;
}
.BgClassName
{
background-color: #4B43E9;
}
</style>
border-color css
<style>
span { border-color: #4B43E9; }
span { border-color: rgb(75,67,233); }
td.TdClassName
{
border-color: #4B43E9;
}
.TagClassName
{
border-color: #4B43E9;
}
</style>