Shades of Neon Blue #4D4AF7
Tints of Neon Blue #4D4AF7
RGB
CMYK
RGB Variations
Color information
#4D4AF7 (or 0x4D4AF7) is known color: Neon Blue. HEX triplet: 4D, 4A and F7. RGB value is (77,74,247). Sum of RGB (Red+Green+Blue) = 77+74+247=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 247 (96.88% from 255 or 62.06% from 398); Max value from RGB is 247 - color contains mainly: blue. Hex color #4D4AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4AF7 is #B2B508. Grayscale: #5D5D5D. Windows color (decimal): -11711753 or 16206413. OLE color: 16206413.
HSL color Cylindrical-coordinate representation of color #4D4AF7: hue angle of 241.04º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D4AF7 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 74 | 247 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.03 |
| HSL | 241.04º | 0.92% | 0.63% | - |
| HSV(B) | 241.04º | 0.7% | 0.97% | - |
| XYZ | 22.3 | 13.19 | 89.37 | - |
| YUV | 94.62 | 213.99 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 247 | 0.69 | 0.70 | 0 | 0.03 | 241.04 | 0.92 | 0.63 |
| Hex | 4D | 4A | F7 | 45 | 46 | 0 | 3 | F1 | 5C | 3F |
| Octal | 115 | 112 | 367 | 105 | 106 | 0 | 3 | 361 | 134 | 77 |
| Binary | 1001101 | 1001010 | 11110111 | 1000101 | 1000110 | 0 | 11 | 11110001 | 1011100 | 111111 |
Color Harmonies of #4D4AF7
Complementary color
Monochromatic Colors of #4D4AF7
Black with #4D4AF7
Text Example
Text Example
White with #4D4AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4AF7; }
p { color: rgb(77,74,247); }
H1.HeaderClassName
{
color: #4D4AF7;
}
.AnyTagClassName
{
color: #4D4AF7;
}
</style>
background-color css
<style>
a { background-color: #4D4AF7; }
a { background-color: rgb(77,74,247); }
div.DivClassName
{
background-color: #4D4AF7;
}
.BgClassName
{
background-color: #4D4AF7;
}
</style>
border-color css
<style>
span { border-color: #4D4AF7; }
span { border-color: rgb(77,74,247); }
td.TdClassName
{
border-color: #4D4AF7;
}
.TagClassName
{
border-color: #4D4AF7;
}
</style>