Shades of Neon Blue #4D3FFA
Tints of Neon Blue #4D3FFA
RGB
CMYK
RGB Variations
Color information
#4D3FFA (or 0x4D3FFA) is known color: Neon Blue. HEX triplet: 4D, 3F and FA. RGB value is (77,63,250). Sum of RGB (Red+Green+Blue) = 77+63+250=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D3FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3FFA is #B2C005. Grayscale: #575757. Windows color (decimal): -11714566 or 16400205. OLE color: 16400205.
HSL color Cylindrical-coordinate representation of color #4D3FFA: hue angle of 244.49º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D3FFA is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 63 | 250 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.02 |
| HSL | 244.49º | 0.95% | 0.61% | - |
| HSV(B) | 244.49º | 0.75% | 0.98% | - |
| XYZ | 22.09 | 12.03 | 91.6 | - |
| YUV | 88.5 | 219.14 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 250 | 0.69 | 0.75 | 0 | 0.02 | 244.49 | 0.95 | 0.61 |
| Hex | 4D | 3F | FA | 45 | 4B | 0 | 2 | F4 | 5F | 3D |
| Octal | 115 | 77 | 372 | 105 | 113 | 0 | 2 | 364 | 137 | 75 |
| Binary | 1001101 | 111111 | 11111010 | 1000101 | 1001011 | 0 | 10 | 11110100 | 1011111 | 111101 |
Color Harmonies of #4D3FFA
Complementary color
Monochromatic Colors of #4D3FFA
Black with #4D3FFA
Text Example
Text Example
White with #4D3FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3FFA; }
p { color: rgb(77,63,250); }
H1.HeaderClassName
{
color: #4D3FFA;
}
.AnyTagClassName
{
color: #4D3FFA;
}
</style>
background-color css
<style>
a { background-color: #4D3FFA; }
a { background-color: rgb(77,63,250); }
div.DivClassName
{
background-color: #4D3FFA;
}
.BgClassName
{
background-color: #4D3FFA;
}
</style>
border-color css
<style>
span { border-color: #4D3FFA; }
span { border-color: rgb(77,63,250); }
td.TdClassName
{
border-color: #4D3FFA;
}
.TagClassName
{
border-color: #4D3FFA;
}
</style>