Shades of Neon Blue #4D3EFB
Tints of Neon Blue #4D3EFB
RGB
CMYK
RGB Variations
Color information
#4D3EFB (or 0x4D3EFB) is known color: Neon Blue. HEX triplet: 4D, 3E and FB. RGB value is (77,62,251). Sum of RGB (Red+Green+Blue) = 77+62+251=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D3EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3EFB is #B2C104. Grayscale: #575757. Windows color (decimal): -11714821 or 16465485. OLE color: 16465485.
HSL color Cylindrical-coordinate representation of color #4D3EFB: hue angle of 244.76º degrees, saturation: 0.96, 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 #4D3EFB is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 62 | 251 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.02 |
| HSL | 244.76º | 0.96% | 0.61% | - |
| HSV(B) | 244.76º | 0.75% | 0.98% | - |
| XYZ | 22.2 | 11.99 | 92.41 | - |
| YUV | 88.03 | 219.97 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 251 | 0.69 | 0.75 | 0 | 0.02 | 244.76 | 0.96 | 0.61 |
| Hex | 4D | 3E | FB | 45 | 4B | 0 | 2 | F5 | 60 | 3D |
| Octal | 115 | 76 | 373 | 105 | 113 | 0 | 2 | 365 | 140 | 75 |
| Binary | 1001101 | 111110 | 11111011 | 1000101 | 1001011 | 0 | 10 | 11110101 | 1100000 | 111101 |
Color Harmonies of #4D3EFB
Complementary color
Monochromatic Colors of #4D3EFB
Black with #4D3EFB
Text Example
Text Example
White with #4D3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3EFB; }
p { color: rgb(77,62,251); }
H1.HeaderClassName
{
color: #4D3EFB;
}
.AnyTagClassName
{
color: #4D3EFB;
}
</style>
background-color css
<style>
a { background-color: #4D3EFB; }
a { background-color: rgb(77,62,251); }
div.DivClassName
{
background-color: #4D3EFB;
}
.BgClassName
{
background-color: #4D3EFB;
}
</style>
border-color css
<style>
span { border-color: #4D3EFB; }
span { border-color: rgb(77,62,251); }
td.TdClassName
{
border-color: #4D3EFB;
}
.TagClassName
{
border-color: #4D3EFB;
}
</style>