Shades of Neon Blue #4D38EE
Tints of Neon Blue #4D38EE
RGB
CMYK
RGB Variations
Color information
#4D38EE (or 0x4D38EE) is known color: Neon Blue. HEX triplet: 4D, 38 and EE. RGB value is (77,56,238). Sum of RGB (Red+Green+Blue) = 77+56+238=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #4D38EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D38EE is #B2C711. Grayscale: #525252. Windows color (decimal): -11716370 or 15611981. OLE color: 15611981.
HSL color Cylindrical-coordinate representation of color #4D38EE: hue angle of 246.92º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D38EE is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 56 | 238 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.07 |
| HSL | 246.92º | 0.84% | 0.58% | - |
| HSV(B) | 246.92º | 0.76% | 0.93% | - |
| XYZ | 19.91 | 10.58 | 81.88 | - |
| YUV | 83.03 | 215.46 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 238 | 0.68 | 0.76 | 0 | 0.07 | 246.92 | 0.84 | 0.58 |
| Hex | 4D | 38 | EE | 44 | 4C | 0 | 7 | F7 | 54 | 3A |
| Octal | 115 | 70 | 356 | 104 | 114 | 0 | 7 | 367 | 124 | 72 |
| Binary | 1001101 | 111000 | 11101110 | 1000100 | 1001100 | 0 | 111 | 11110111 | 1010100 | 111010 |
Color Harmonies of #4D38EE
Complementary color
Monochromatic Colors of #4D38EE
Black with #4D38EE
Text Example
Text Example
White with #4D38EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D38EE; }
p { color: rgb(77,56,238); }
H1.HeaderClassName
{
color: #4D38EE;
}
.AnyTagClassName
{
color: #4D38EE;
}
</style>
background-color css
<style>
a { background-color: #4D38EE; }
a { background-color: rgb(77,56,238); }
div.DivClassName
{
background-color: #4D38EE;
}
.BgClassName
{
background-color: #4D38EE;
}
</style>
border-color css
<style>
span { border-color: #4D38EE; }
span { border-color: rgb(77,56,238); }
td.TdClassName
{
border-color: #4D38EE;
}
.TagClassName
{
border-color: #4D38EE;
}
</style>