Shades of Neon Blue #4D3AFF
Tints of Neon Blue #4D3AFF
RGB
CMYK
RGB Variations
Color information
#4D3AFF (or 0x4D3AFF) is known color: Neon Blue. HEX triplet: 4D, 3A and FF. RGB value is (77,58,255). Sum of RGB (Red+Green+Blue) = 77+58+255=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D3AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3AFF is #B2C500. Grayscale: #555555. Windows color (decimal): -11715841 or 16726605. OLE color: 16726605.
HSL color Cylindrical-coordinate representation of color #4D3AFF: hue angle of 245.79º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D3AFF is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 58 | 255 | - |
| CMYK | 0.70 | 0.77 | 0 | 0 |
| HSL | 245.79º | 1% | 0.61% | - |
| HSV(B) | 245.79º | 0.77% | 1% | - |
| XYZ | 22.62 | 11.82 | 95.7 | - |
| YUV | 86.14 | 223.29 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 255 | 0.70 | 0.77 | 0 | 0 | 245.79 | 1 | 0.61 |
| Hex | 4D | 3A | FF | 46 | 4D | 0 | 0 | F6 | 64 | 3D |
| Octal | 115 | 72 | 377 | 106 | 115 | 0 | 0 | 366 | 144 | 75 |
| Binary | 1001101 | 111010 | 11111111 | 1000110 | 1001101 | 0 | 0 | 11110110 | 1100100 | 111101 |
Color Harmonies of #4D3AFF
Complementary color
Monochromatic Colors of #4D3AFF
Black with #4D3AFF
Text Example
Text Example
White with #4D3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3AFF; }
p { color: rgb(77,58,255); }
H1.HeaderClassName
{
color: #4D3AFF;
}
.AnyTagClassName
{
color: #4D3AFF;
}
</style>
background-color css
<style>
a { background-color: #4D3AFF; }
a { background-color: rgb(77,58,255); }
div.DivClassName
{
background-color: #4D3AFF;
}
.BgClassName
{
background-color: #4D3AFF;
}
</style>
border-color css
<style>
span { border-color: #4D3AFF; }
span { border-color: rgb(77,58,255); }
td.TdClassName
{
border-color: #4D3AFF;
}
.TagClassName
{
border-color: #4D3AFF;
}
</style>