Shades of Neon Blue #4D4BFB
Tints of Neon Blue #4D4BFB
RGB
CMYK
RGB Variations
Color information
#4D4BFB (or 0x4D4BFB) is known color: Neon Blue. HEX triplet: 4D, 4B and FB. RGB value is (77,75,251). Sum of RGB (Red+Green+Blue) = 77+75+251=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D4BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4BFB is #B2B404. Grayscale: #5E5E5E. Windows color (decimal): -11711493 or 16468813. OLE color: 16468813.
HSL color Cylindrical-coordinate representation of color #4D4BFB: hue angle of 240.68º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D4BFB is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 75 | 251 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.02 |
| HSL | 240.68º | 0.96% | 0.64% | - |
| HSV(B) | 240.68º | 0.7% | 0.98% | - |
| XYZ | 22.99 | 13.57 | 92.68 | - |
| YUV | 95.66 | 215.66 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 251 | 0.69 | 0.70 | 0 | 0.02 | 240.68 | 0.96 | 0.64 |
| Hex | 4D | 4B | FB | 45 | 46 | 0 | 2 | F1 | 60 | 40 |
| Octal | 115 | 113 | 373 | 105 | 106 | 0 | 2 | 361 | 140 | 100 |
| Binary | 1001101 | 1001011 | 11111011 | 1000101 | 1000110 | 0 | 10 | 11110001 | 1100000 | 1000000 |
Color Harmonies of #4D4BFB
Complementary color
Monochromatic Colors of #4D4BFB
Black with #4D4BFB
Text Example
Text Example
White with #4D4BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4BFB; }
p { color: rgb(77,75,251); }
H1.HeaderClassName
{
color: #4D4BFB;
}
.AnyTagClassName
{
color: #4D4BFB;
}
</style>
background-color css
<style>
a { background-color: #4D4BFB; }
a { background-color: rgb(77,75,251); }
div.DivClassName
{
background-color: #4D4BFB;
}
.BgClassName
{
background-color: #4D4BFB;
}
</style>
border-color css
<style>
span { border-color: #4D4BFB; }
span { border-color: rgb(77,75,251); }
td.TdClassName
{
border-color: #4D4BFB;
}
.TagClassName
{
border-color: #4D4BFB;
}
</style>