Shades of Neon Blue #4D3DFB
Tints of Neon Blue #4D3DFB
RGB
CMYK
RGB Variations
Color information
#4D3DFB (or 0x4D3DFB) is known color: Neon Blue. HEX triplet: 4D, 3D and FB. RGB value is (77,61,251). Sum of RGB (Red+Green+Blue) = 77+61+251=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D3DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3DFB is #B2C204. Grayscale: #565656. Windows color (decimal): -11715077 or 16465229. OLE color: 16465229.
HSL color Cylindrical-coordinate representation of color #4D3DFB: hue angle of 245.05º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D3DFB is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 61 | 251 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.02 |
| HSL | 245.05º | 0.96% | 0.61% | - |
| HSV(B) | 245.05º | 0.76% | 0.98% | - |
| XYZ | 22.14 | 11.88 | 92.39 | - |
| YUV | 87.44 | 220.3 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 251 | 0.69 | 0.76 | 0 | 0.02 | 245.05 | 0.96 | 0.61 |
| Hex | 4D | 3D | FB | 45 | 4C | 0 | 2 | F5 | 60 | 3D |
| Octal | 115 | 75 | 373 | 105 | 114 | 0 | 2 | 365 | 140 | 75 |
| Binary | 1001101 | 111101 | 11111011 | 1000101 | 1001100 | 0 | 10 | 11110101 | 1100000 | 111101 |
Color Harmonies of #4D3DFB
Complementary color
Monochromatic Colors of #4D3DFB
Black with #4D3DFB
Text Example
Text Example
White with #4D3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3DFB; }
p { color: rgb(77,61,251); }
H1.HeaderClassName
{
color: #4D3DFB;
}
.AnyTagClassName
{
color: #4D3DFB;
}
</style>
background-color css
<style>
a { background-color: #4D3DFB; }
a { background-color: rgb(77,61,251); }
div.DivClassName
{
background-color: #4D3DFB;
}
.BgClassName
{
background-color: #4D3DFB;
}
</style>
border-color css
<style>
span { border-color: #4D3DFB; }
span { border-color: rgb(77,61,251); }
td.TdClassName
{
border-color: #4D3DFB;
}
.TagClassName
{
border-color: #4D3DFB;
}
</style>