Shades of Neon Blue #4D3BEF
Tints of Neon Blue #4D3BEF
RGB
CMYK
RGB Variations
Color information
#4D3BEF (or 0x4D3BEF) is known color: Neon Blue. HEX triplet: 4D, 3B and EF. RGB value is (77,59,239). Sum of RGB (Red+Green+Blue) = 77+59+239=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D3BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3BEF is #B2C410. Grayscale: #545454. Windows color (decimal): -11715601 or 15678285. OLE color: 15678285.
HSL color Cylindrical-coordinate representation of color #4D3BEF: hue angle of 246º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D3BEF is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 59 | 239 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.06 |
| HSL | 246º | 0.85% | 0.58% | - |
| HSV(B) | 246º | 0.75% | 0.94% | - |
| XYZ | 20.2 | 10.94 | 82.71 | - |
| YUV | 84.9 | 214.96 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 239 | 0.68 | 0.75 | 0 | 0.06 | 246 | 0.85 | 0.58 |
| Hex | 4D | 3B | EF | 44 | 4B | 0 | 6 | F6 | 55 | 3A |
| Octal | 115 | 73 | 357 | 104 | 113 | 0 | 6 | 366 | 125 | 72 |
| Binary | 1001101 | 111011 | 11101111 | 1000100 | 1001011 | 0 | 110 | 11110110 | 1010101 | 111010 |
Color Harmonies of #4D3BEF
Complementary color
Monochromatic Colors of #4D3BEF
Black with #4D3BEF
Text Example
Text Example
White with #4D3BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BEF; }
p { color: rgb(77,59,239); }
H1.HeaderClassName
{
color: #4D3BEF;
}
.AnyTagClassName
{
color: #4D3BEF;
}
</style>
background-color css
<style>
a { background-color: #4D3BEF; }
a { background-color: rgb(77,59,239); }
div.DivClassName
{
background-color: #4D3BEF;
}
.BgClassName
{
background-color: #4D3BEF;
}
</style>
border-color css
<style>
span { border-color: #4D3BEF; }
span { border-color: rgb(77,59,239); }
td.TdClassName
{
border-color: #4D3BEF;
}
.TagClassName
{
border-color: #4D3BEF;
}
</style>