Shades of Neon Blue #4D4BFA
Tints of Neon Blue #4D4BFA
RGB
CMYK
RGB Variations
Color information
#4D4BFA (or 0x4D4BFA) is known color: Neon Blue. HEX triplet: 4D, 4B and FA. RGB value is (77,75,250). Sum of RGB (Red+Green+Blue) = 77+75+250=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D4BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4BFA is #B2B405. Grayscale: #5E5E5E. Windows color (decimal): -11711494 or 16403277. OLE color: 16403277.
HSL color Cylindrical-coordinate representation of color #4D4BFA: hue angle of 240.69º 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 #4D4BFA is Cyan = 0.69, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 75 | 250 | - |
| CMYK | 0.69 | 0.7 | 0 | 0.02 |
| HSL | 240.69º | 0.95% | 0.64% | - |
| HSV(B) | 240.69º | 0.7% | 0.98% | - |
| XYZ | 22.83 | 13.51 | 91.85 | - |
| YUV | 95.55 | 215.16 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 250 | 0.69 | 0.7 | 0 | 0.02 | 240.69 | 0.95 | 0.64 |
| Hex | 4D | 4B | FA | 45 | 46 | 0 | 2 | F1 | 5F | 40 |
| Octal | 115 | 113 | 372 | 105 | 106 | 0 | 2 | 361 | 137 | 100 |
| Binary | 1001101 | 1001011 | 11111010 | 1000101 | 1000110 | 0 | 10 | 11110001 | 1011111 | 1000000 |
Color Harmonies of #4D4BFA
Complementary color
Monochromatic Colors of #4D4BFA
Black with #4D4BFA
Text Example
Text Example
White with #4D4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4BFA; }
p { color: rgb(77,75,250); }
H1.HeaderClassName
{
color: #4D4BFA;
}
.AnyTagClassName
{
color: #4D4BFA;
}
</style>
background-color css
<style>
a { background-color: #4D4BFA; }
a { background-color: rgb(77,75,250); }
div.DivClassName
{
background-color: #4D4BFA;
}
.BgClassName
{
background-color: #4D4BFA;
}
</style>
border-color css
<style>
span { border-color: #4D4BFA; }
span { border-color: rgb(77,75,250); }
td.TdClassName
{
border-color: #4D4BFA;
}
.TagClassName
{
border-color: #4D4BFA;
}
</style>