Shades of Neon Blue #4D4AFA
Tints of Neon Blue #4D4AFA
RGB
CMYK
RGB Variations
Color information
#4D4AFA (or 0x4D4AFA) is known color: Neon Blue. HEX triplet: 4D, 4A and FA. RGB value is (77,74,250). Sum of RGB (Red+Green+Blue) = 77+74+250=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D4AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4AFA is #B2B505. Grayscale: #5E5E5E. Windows color (decimal): -11711750 or 16403021. OLE color: 16403021.
HSL color Cylindrical-coordinate representation of color #4D4AFA: hue angle of 241.02º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D4AFA is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 74 | 250 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.02 |
| HSL | 241.02º | 0.95% | 0.64% | - |
| HSV(B) | 241.02º | 0.7% | 0.98% | - |
| XYZ | 22.76 | 13.38 | 91.82 | - |
| YUV | 94.96 | 215.49 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 250 | 0.69 | 0.70 | 0 | 0.02 | 241.02 | 0.95 | 0.64 |
| Hex | 4D | 4A | FA | 45 | 46 | 0 | 2 | F1 | 5F | 40 |
| Octal | 115 | 112 | 372 | 105 | 106 | 0 | 2 | 361 | 137 | 100 |
| Binary | 1001101 | 1001010 | 11111010 | 1000101 | 1000110 | 0 | 10 | 11110001 | 1011111 | 1000000 |
Color Harmonies of #4D4AFA
Complementary color
Monochromatic Colors of #4D4AFA
Black with #4D4AFA
Text Example
Text Example
White with #4D4AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4AFA; }
p { color: rgb(77,74,250); }
H1.HeaderClassName
{
color: #4D4AFA;
}
.AnyTagClassName
{
color: #4D4AFA;
}
</style>
background-color css
<style>
a { background-color: #4D4AFA; }
a { background-color: rgb(77,74,250); }
div.DivClassName
{
background-color: #4D4AFA;
}
.BgClassName
{
background-color: #4D4AFA;
}
</style>
border-color css
<style>
span { border-color: #4D4AFA; }
span { border-color: rgb(77,74,250); }
td.TdClassName
{
border-color: #4D4AFA;
}
.TagClassName
{
border-color: #4D4AFA;
}
</style>