Shades of Neon Blue #4D4DFA
Tints of Neon Blue #4D4DFA
RGB
CMYK
RGB Variations
Color information
#4D4DFA (or 0x4D4DFA) is known color: Neon Blue. HEX triplet: 4D, 4D and FA. RGB value is (77,77,250). Sum of RGB (Red+Green+Blue) = 77+77+250=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D4DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4DFA is #B2B205. Grayscale: #606060. Windows color (decimal): -11710982 or 16403789. OLE color: 16403789.
HSL color Cylindrical-coordinate representation of color #4D4DFA: hue angle of 240º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D4DFA is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 77 | 250 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.02 |
| HSL | 240º | 0.95% | 0.64% | - |
| HSV(B) | 240º | 0.69% | 0.98% | - |
| XYZ | 22.97 | 13.79 | 91.89 | - |
| YUV | 96.72 | 214.5 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 77 | 250 | 0.69 | 0.69 | 0 | 0.02 | 240 | 0.95 | 0.64 |
| Hex | 4D | 4D | FA | 45 | 45 | 0 | 2 | F0 | 5F | 40 |
| Octal | 115 | 115 | 372 | 105 | 105 | 0 | 2 | 360 | 137 | 100 |
| Binary | 1001101 | 1001101 | 11111010 | 1000101 | 1000101 | 0 | 10 | 11110000 | 1011111 | 1000000 |
Color Harmonies of #4D4DFA
Complementary color
Monochromatic Colors of #4D4DFA
Black with #4D4DFA
Text Example
Text Example
White with #4D4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4DFA; }
p { color: rgb(77,77,250); }
H1.HeaderClassName
{
color: #4D4DFA;
}
.AnyTagClassName
{
color: #4D4DFA;
}
</style>
background-color css
<style>
a { background-color: #4D4DFA; }
a { background-color: rgb(77,77,250); }
div.DivClassName
{
background-color: #4D4DFA;
}
.BgClassName
{
background-color: #4D4DFA;
}
</style>
border-color css
<style>
span { border-color: #4D4DFA; }
span { border-color: rgb(77,77,250); }
td.TdClassName
{
border-color: #4D4DFA;
}
.TagClassName
{
border-color: #4D4DFA;
}
</style>