Shades of Neon Blue #4B38EA
Tints of Neon Blue #4B38EA
RGB
CMYK
RGB Variations
Color information
#4B38EA (or 0x4B38EA) is known color: Neon Blue. HEX triplet: 4B, 38 and EA. RGB value is (75,56,234). Sum of RGB (Red+Green+Blue) = 75+56+234=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B38EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B38EA is #B4C715. Grayscale: #515151. Windows color (decimal): -11847446 or 15349835. OLE color: 15349835.
HSL color Cylindrical-coordinate representation of color #4B38EA: hue angle of 246.4º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B38EA is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 56 | 234 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.08 |
| HSL | 246.4º | 0.81% | 0.57% | - |
| HSV(B) | 246.4º | 0.76% | 0.92% | - |
| XYZ | 19.17 | 10.26 | 78.81 | - |
| YUV | 81.97 | 213.79 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 234 | 0.68 | 0.76 | 0 | 0.08 | 246.4 | 0.81 | 0.57 |
| Hex | 4B | 38 | EA | 44 | 4C | 0 | 8 | F6 | 51 | 39 |
| Octal | 113 | 70 | 352 | 104 | 114 | 0 | 10 | 366 | 121 | 71 |
| Binary | 1001011 | 111000 | 11101010 | 1000100 | 1001100 | 0 | 1000 | 11110110 | 1010001 | 111001 |
Color Harmonies of #4B38EA
Complementary color
Monochromatic Colors of #4B38EA
Black with #4B38EA
Text Example
Text Example
White with #4B38EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B38EA; }
p { color: rgb(75,56,234); }
H1.HeaderClassName
{
color: #4B38EA;
}
.AnyTagClassName
{
color: #4B38EA;
}
</style>
background-color css
<style>
a { background-color: #4B38EA; }
a { background-color: rgb(75,56,234); }
div.DivClassName
{
background-color: #4B38EA;
}
.BgClassName
{
background-color: #4B38EA;
}
</style>
border-color css
<style>
span { border-color: #4B38EA; }
span { border-color: rgb(75,56,234); }
td.TdClassName
{
border-color: #4B38EA;
}
.TagClassName
{
border-color: #4B38EA;
}
</style>