Shades of Neon Blue #4B42EA
Tints of Neon Blue #4B42EA
RGB
CMYK
RGB Variations
Color information
#4B42EA (or 0x4B42EA) is known color: Neon Blue. HEX triplet: 4B, 42 and EA. RGB value is (75,66,234). Sum of RGB (Red+Green+Blue) = 75+66+234=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B42EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B42EA is #B4BD15. Grayscale: #575757. Windows color (decimal): -11844886 or 15352395. OLE color: 15352395.
HSL color Cylindrical-coordinate representation of color #4B42EA: hue angle of 243.21º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B42EA is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 66 | 234 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.08 |
| HSL | 243.21º | 0.8% | 0.59% | - |
| HSV(B) | 243.21º | 0.72% | 0.92% | - |
| XYZ | 19.7 | 11.33 | 78.99 | - |
| YUV | 87.84 | 210.48 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 234 | 0.68 | 0.72 | 0 | 0.08 | 243.21 | 0.8 | 0.59 |
| Hex | 4B | 42 | EA | 44 | 48 | 0 | 8 | F3 | 50 | 3B |
| Octal | 113 | 102 | 352 | 104 | 110 | 0 | 10 | 363 | 120 | 73 |
| Binary | 1001011 | 1000010 | 11101010 | 1000100 | 1001000 | 0 | 1000 | 11110011 | 1010000 | 111011 |
Color Harmonies of #4B42EA
Complementary color
Monochromatic Colors of #4B42EA
Black with #4B42EA
Text Example
Text Example
White with #4B42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B42EA; }
p { color: rgb(75,66,234); }
H1.HeaderClassName
{
color: #4B42EA;
}
.AnyTagClassName
{
color: #4B42EA;
}
</style>
background-color css
<style>
a { background-color: #4B42EA; }
a { background-color: rgb(75,66,234); }
div.DivClassName
{
background-color: #4B42EA;
}
.BgClassName
{
background-color: #4B42EA;
}
</style>
border-color css
<style>
span { border-color: #4B42EA; }
span { border-color: rgb(75,66,234); }
td.TdClassName
{
border-color: #4B42EA;
}
.TagClassName
{
border-color: #4B42EA;
}
</style>