Shades of Neon Blue #4D3AFA
Tints of Neon Blue #4D3AFA
RGB
CMYK
RGB Variations
Color information
#4D3AFA (or 0x4D3AFA) is known color: Neon Blue. HEX triplet: 4D, 3A and FA. RGB value is (77,58,250). Sum of RGB (Red+Green+Blue) = 77+58+250=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D3AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3AFA is #B2C505. Grayscale: #545454. Windows color (decimal): -11715846 or 16398925. OLE color: 16398925.
HSL color Cylindrical-coordinate representation of color #4D3AFA: hue angle of 245.94º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D3AFA is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 58 | 250 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.02 |
| HSL | 245.94º | 0.95% | 0.6% | - |
| HSV(B) | 245.94º | 0.77% | 0.98% | - |
| XYZ | 21.83 | 11.51 | 91.51 | - |
| YUV | 85.57 | 220.79 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 250 | 0.69 | 0.77 | 0 | 0.02 | 245.94 | 0.95 | 0.6 |
| Hex | 4D | 3A | FA | 45 | 4D | 0 | 2 | F6 | 5F | 3C |
| Octal | 115 | 72 | 372 | 105 | 115 | 0 | 2 | 366 | 137 | 74 |
| Binary | 1001101 | 111010 | 11111010 | 1000101 | 1001101 | 0 | 10 | 11110110 | 1011111 | 111100 |
Color Harmonies of #4D3AFA
Complementary color
Monochromatic Colors of #4D3AFA
Black with #4D3AFA
Text Example
Text Example
White with #4D3AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3AFA; }
p { color: rgb(77,58,250); }
H1.HeaderClassName
{
color: #4D3AFA;
}
.AnyTagClassName
{
color: #4D3AFA;
}
</style>
background-color css
<style>
a { background-color: #4D3AFA; }
a { background-color: rgb(77,58,250); }
div.DivClassName
{
background-color: #4D3AFA;
}
.BgClassName
{
background-color: #4D3AFA;
}
</style>
border-color css
<style>
span { border-color: #4D3AFA; }
span { border-color: rgb(77,58,250); }
td.TdClassName
{
border-color: #4D3AFA;
}
.TagClassName
{
border-color: #4D3AFA;
}
</style>