Shades of Neon Blue #4D3AEF
Tints of Neon Blue #4D3AEF
RGB
CMYK
RGB Variations
Color information
#4D3AEF (or 0x4D3AEF) is known color: Neon Blue. HEX triplet: 4D, 3A and EF. RGB value is (77,58,239). Sum of RGB (Red+Green+Blue) = 77+58+239=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D3AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3AEF is #B2C510. Grayscale: #535353. Windows color (decimal): -11715857 or 15678029. OLE color: 15678029.
HSL color Cylindrical-coordinate representation of color #4D3AEF: hue angle of 246.3º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D3AEF is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 58 | 239 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.06 |
| HSL | 246.3º | 0.85% | 0.58% | - |
| HSV(B) | 246.3º | 0.76% | 0.94% | - |
| XYZ | 20.15 | 10.84 | 82.69 | - |
| YUV | 84.32 | 215.29 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 239 | 0.68 | 0.76 | 0 | 0.06 | 246.3 | 0.85 | 0.58 |
| Hex | 4D | 3A | EF | 44 | 4C | 0 | 6 | F6 | 55 | 3A |
| Octal | 115 | 72 | 357 | 104 | 114 | 0 | 6 | 366 | 125 | 72 |
| Binary | 1001101 | 111010 | 11101111 | 1000100 | 1001100 | 0 | 110 | 11110110 | 1010101 | 111010 |
Color Harmonies of #4D3AEF
Complementary color
Monochromatic Colors of #4D3AEF
Black with #4D3AEF
Text Example
Text Example
White with #4D3AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3AEF; }
p { color: rgb(77,58,239); }
H1.HeaderClassName
{
color: #4D3AEF;
}
.AnyTagClassName
{
color: #4D3AEF;
}
</style>
background-color css
<style>
a { background-color: #4D3AEF; }
a { background-color: rgb(77,58,239); }
div.DivClassName
{
background-color: #4D3AEF;
}
.BgClassName
{
background-color: #4D3AEF;
}
</style>
border-color css
<style>
span { border-color: #4D3AEF; }
span { border-color: rgb(77,58,239); }
td.TdClassName
{
border-color: #4D3AEF;
}
.TagClassName
{
border-color: #4D3AEF;
}
</style>