Shades of Neon Blue #4D3AEE
Tints of Neon Blue #4D3AEE
RGB
CMYK
RGB Variations
Color information
#4D3AEE (or 0x4D3AEE) is known color: Neon Blue. HEX triplet: 4D, 3A and EE. RGB value is (77,58,238). Sum of RGB (Red+Green+Blue) = 77+58+238=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #4D3AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3AEE is #B2C511. Grayscale: #535353. Windows color (decimal): -11715858 or 15612493. OLE color: 15612493.
HSL color Cylindrical-coordinate representation of color #4D3AEE: hue angle of 246.33º 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 #4D3AEE is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 58 | 238 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.07 |
| HSL | 246.33º | 0.84% | 0.58% | - |
| HSV(B) | 246.33º | 0.76% | 0.93% | - |
| XYZ | 20.01 | 10.78 | 81.91 | - |
| YUV | 84.2 | 214.79 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 238 | 0.68 | 0.76 | 0 | 0.07 | 246.33 | 0.84 | 0.58 |
| Hex | 4D | 3A | EE | 44 | 4C | 0 | 7 | F6 | 54 | 3A |
| Octal | 115 | 72 | 356 | 104 | 114 | 0 | 7 | 366 | 124 | 72 |
| Binary | 1001101 | 111010 | 11101110 | 1000100 | 1001100 | 0 | 111 | 11110110 | 1010100 | 111010 |
Color Harmonies of #4D3AEE
Complementary color
Monochromatic Colors of #4D3AEE
Black with #4D3AEE
Text Example
Text Example
White with #4D3AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3AEE; }
p { color: rgb(77,58,238); }
H1.HeaderClassName
{
color: #4D3AEE;
}
.AnyTagClassName
{
color: #4D3AEE;
}
</style>
background-color css
<style>
a { background-color: #4D3AEE; }
a { background-color: rgb(77,58,238); }
div.DivClassName
{
background-color: #4D3AEE;
}
.BgClassName
{
background-color: #4D3AEE;
}
</style>
border-color css
<style>
span { border-color: #4D3AEE; }
span { border-color: rgb(77,58,238); }
td.TdClassName
{
border-color: #4D3AEE;
}
.TagClassName
{
border-color: #4D3AEE;
}
</style>