Shades of Neon Blue #4D48EF
Tints of Neon Blue #4D48EF
RGB
CMYK
RGB Variations
Color information
#4D48EF (or 0x4D48EF) is known color: Neon Blue. HEX triplet: 4D, 48 and EF. RGB value is (77,72,239). Sum of RGB (Red+Green+Blue) = 77+72+239=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D48EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D48EF is #B2B710. Grayscale: #5B5B5B. Windows color (decimal): -11712273 or 15681613. OLE color: 15681613.
HSL color Cylindrical-coordinate representation of color #4D48EF: hue angle of 241.8º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D48EF is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 72 | 239 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.06 |
| HSL | 241.8º | 0.84% | 0.61% | - |
| HSV(B) | 241.8º | 0.7% | 0.94% | - |
| XYZ | 20.96 | 12.44 | 82.96 | - |
| YUV | 92.53 | 210.66 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 239 | 0.68 | 0.70 | 0 | 0.06 | 241.8 | 0.84 | 0.61 |
| Hex | 4D | 48 | EF | 44 | 46 | 0 | 6 | F2 | 54 | 3D |
| Octal | 115 | 110 | 357 | 104 | 106 | 0 | 6 | 362 | 124 | 75 |
| Binary | 1001101 | 1001000 | 11101111 | 1000100 | 1000110 | 0 | 110 | 11110010 | 1010100 | 111101 |
Color Harmonies of #4D48EF
Complementary color
Monochromatic Colors of #4D48EF
Black with #4D48EF
Text Example
Text Example
White with #4D48EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D48EF; }
p { color: rgb(77,72,239); }
H1.HeaderClassName
{
color: #4D48EF;
}
.AnyTagClassName
{
color: #4D48EF;
}
</style>
background-color css
<style>
a { background-color: #4D48EF; }
a { background-color: rgb(77,72,239); }
div.DivClassName
{
background-color: #4D48EF;
}
.BgClassName
{
background-color: #4D48EF;
}
</style>
border-color css
<style>
span { border-color: #4D48EF; }
span { border-color: rgb(77,72,239); }
td.TdClassName
{
border-color: #4D48EF;
}
.TagClassName
{
border-color: #4D48EF;
}
</style>