Shades of Neon Blue #4D54FB
Tints of Neon Blue #4D54FB
RGB
CMYK
RGB Variations
Color information
#4D54FB (or 0x4D54FB) is known color: Neon Blue. HEX triplet: 4D, 54 and FB. RGB value is (77,84,251). Sum of RGB (Red+Green+Blue) = 77+84+251=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D54FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D54FB is #B2AB04. Grayscale: #646464. Windows color (decimal): -11709189 or 16471117. OLE color: 16471117.
HSL color Cylindrical-coordinate representation of color #4D54FB: hue angle of 237.59º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D54FB is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 84 | 251 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.02 |
| HSL | 237.59º | 0.96% | 0.64% | - |
| HSV(B) | 237.59º | 0.69% | 0.98% | - |
| XYZ | 23.64 | 14.88 | 92.89 | - |
| YUV | 100.95 | 212.68 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 251 | 0.69 | 0.67 | 0 | 0.02 | 237.59 | 0.96 | 0.64 |
| Hex | 4D | 54 | FB | 45 | 43 | 0 | 2 | EE | 60 | 40 |
| Octal | 115 | 124 | 373 | 105 | 103 | 0 | 2 | 356 | 140 | 100 |
| Binary | 1001101 | 1010100 | 11111011 | 1000101 | 1000011 | 0 | 10 | 11101110 | 1100000 | 1000000 |
Color Harmonies of #4D54FB
Complementary color
Monochromatic Colors of #4D54FB
Black with #4D54FB
Text Example
Text Example
White with #4D54FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D54FB; }
p { color: rgb(77,84,251); }
H1.HeaderClassName
{
color: #4D54FB;
}
.AnyTagClassName
{
color: #4D54FB;
}
</style>
background-color css
<style>
a { background-color: #4D54FB; }
a { background-color: rgb(77,84,251); }
div.DivClassName
{
background-color: #4D54FB;
}
.BgClassName
{
background-color: #4D54FB;
}
</style>
border-color css
<style>
span { border-color: #4D54FB; }
span { border-color: rgb(77,84,251); }
td.TdClassName
{
border-color: #4D54FB;
}
.TagClassName
{
border-color: #4D54FB;
}
</style>