Shades of Neon Blue #4D3CEF
Tints of Neon Blue #4D3CEF
RGB
CMYK
RGB Variations
Color information
#4D3CEF (or 0x4D3CEF) is known color: Neon Blue. HEX triplet: 4D, 3C and EF. RGB value is (77,60,239). Sum of RGB (Red+Green+Blue) = 77+60+239=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D3CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3CEF is #B2C310. Grayscale: #545454. Windows color (decimal): -11715345 or 15678541. OLE color: 15678541.
HSL color Cylindrical-coordinate representation of color #4D3CEF: hue angle of 245.7º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D3CEF is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 60 | 239 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.06 |
| HSL | 245.7º | 0.85% | 0.59% | - |
| HSV(B) | 245.7º | 0.75% | 0.94% | - |
| XYZ | 20.26 | 11.04 | 82.72 | - |
| YUV | 85.49 | 214.63 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 239 | 0.68 | 0.75 | 0 | 0.06 | 245.7 | 0.85 | 0.59 |
| Hex | 4D | 3C | EF | 44 | 4B | 0 | 6 | F6 | 55 | 3B |
| Octal | 115 | 74 | 357 | 104 | 113 | 0 | 6 | 366 | 125 | 73 |
| Binary | 1001101 | 111100 | 11101111 | 1000100 | 1001011 | 0 | 110 | 11110110 | 1010101 | 111011 |
Color Harmonies of #4D3CEF
Complementary color
Monochromatic Colors of #4D3CEF
Black with #4D3CEF
Text Example
Text Example
White with #4D3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3CEF; }
p { color: rgb(77,60,239); }
H1.HeaderClassName
{
color: #4D3CEF;
}
.AnyTagClassName
{
color: #4D3CEF;
}
</style>
background-color css
<style>
a { background-color: #4D3CEF; }
a { background-color: rgb(77,60,239); }
div.DivClassName
{
background-color: #4D3CEF;
}
.BgClassName
{
background-color: #4D3CEF;
}
</style>
border-color css
<style>
span { border-color: #4D3CEF; }
span { border-color: rgb(77,60,239); }
td.TdClassName
{
border-color: #4D3CEF;
}
.TagClassName
{
border-color: #4D3CEF;
}
</style>