Shades of Neon Blue #4D3DEF
Tints of Neon Blue #4D3DEF
RGB
CMYK
RGB Variations
Color information
#4D3DEF (or 0x4D3DEF) is known color: Neon Blue. HEX triplet: 4D, 3D and EF. RGB value is (77,61,239). Sum of RGB (Red+Green+Blue) = 77+61+239=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D3DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3DEF is #B2C210. Grayscale: #555555. Windows color (decimal): -11715089 or 15678797. OLE color: 15678797.
HSL color Cylindrical-coordinate representation of color #4D3DEF: hue angle of 245.39º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D3DEF is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 61 | 239 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.06 |
| HSL | 245.39º | 0.85% | 0.59% | - |
| HSV(B) | 245.39º | 0.74% | 0.94% | - |
| XYZ | 20.31 | 11.15 | 82.74 | - |
| YUV | 86.08 | 214.3 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 239 | 0.68 | 0.74 | 0 | 0.06 | 245.39 | 0.85 | 0.59 |
| Hex | 4D | 3D | EF | 44 | 4A | 0 | 6 | F5 | 55 | 3B |
| Octal | 115 | 75 | 357 | 104 | 112 | 0 | 6 | 365 | 125 | 73 |
| Binary | 1001101 | 111101 | 11101111 | 1000100 | 1001010 | 0 | 110 | 11110101 | 1010101 | 111011 |
Color Harmonies of #4D3DEF
Complementary color
Monochromatic Colors of #4D3DEF
Black with #4D3DEF
Text Example
Text Example
White with #4D3DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3DEF; }
p { color: rgb(77,61,239); }
H1.HeaderClassName
{
color: #4D3DEF;
}
.AnyTagClassName
{
color: #4D3DEF;
}
</style>
background-color css
<style>
a { background-color: #4D3DEF; }
a { background-color: rgb(77,61,239); }
div.DivClassName
{
background-color: #4D3DEF;
}
.BgClassName
{
background-color: #4D3DEF;
}
</style>
border-color css
<style>
span { border-color: #4D3DEF; }
span { border-color: rgb(77,61,239); }
td.TdClassName
{
border-color: #4D3DEF;
}
.TagClassName
{
border-color: #4D3DEF;
}
</style>