Shades of Neon Blue #4D3FFB
Tints of Neon Blue #4D3FFB
RGB
CMYK
RGB Variations
Color information
#4D3FFB (or 0x4D3FFB) is known color: Neon Blue. HEX triplet: 4D, 3F and FB. RGB value is (77,63,251). Sum of RGB (Red+Green+Blue) = 77+63+251=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D3FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3FFB is #B2C004. Grayscale: #575757. Windows color (decimal): -11714565 or 16465741. OLE color: 16465741.
HSL color Cylindrical-coordinate representation of color #4D3FFB: hue angle of 244.47º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D3FFB is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 63 | 251 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.02 |
| HSL | 244.47º | 0.96% | 0.62% | - |
| HSV(B) | 244.47º | 0.75% | 0.98% | - |
| XYZ | 22.25 | 12.1 | 92.43 | - |
| YUV | 88.62 | 219.64 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 251 | 0.69 | 0.75 | 0 | 0.02 | 244.47 | 0.96 | 0.62 |
| Hex | 4D | 3F | FB | 45 | 4B | 0 | 2 | F4 | 60 | 3E |
| Octal | 115 | 77 | 373 | 105 | 113 | 0 | 2 | 364 | 140 | 76 |
| Binary | 1001101 | 111111 | 11111011 | 1000101 | 1001011 | 0 | 10 | 11110100 | 1100000 | 111110 |
Color Harmonies of #4D3FFB
Complementary color
Monochromatic Colors of #4D3FFB
Black with #4D3FFB
Text Example
Text Example
White with #4D3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3FFB; }
p { color: rgb(77,63,251); }
H1.HeaderClassName
{
color: #4D3FFB;
}
.AnyTagClassName
{
color: #4D3FFB;
}
</style>
background-color css
<style>
a { background-color: #4D3FFB; }
a { background-color: rgb(77,63,251); }
div.DivClassName
{
background-color: #4D3FFB;
}
.BgClassName
{
background-color: #4D3FFB;
}
</style>
border-color css
<style>
span { border-color: #4D3FFB; }
span { border-color: rgb(77,63,251); }
td.TdClassName
{
border-color: #4D3FFB;
}
.TagClassName
{
border-color: #4D3FFB;
}
</style>