Shades of Neon Blue #4D5BFE
Tints of Neon Blue #4D5BFE
RGB
CMYK
RGB Variations
Color information
#4D5BFE (or 0x4D5BFE) is known color: Neon Blue. HEX triplet: 4D, 5B and FE. RGB value is (77,91,254). Sum of RGB (Red+Green+Blue) = 77+91+254=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D5BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5BFE is #B2A401. Grayscale: #686868. Windows color (decimal): -11707394 or 16669517. OLE color: 16669517.
HSL color Cylindrical-coordinate representation of color #4D5BFE: hue angle of 235.25º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D5BFE is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 91 | 254 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.00 |
| HSL | 235.25º | 0.99% | 0.65% | - |
| HSV(B) | 235.25º | 0.7% | 1% | - |
| XYZ | 24.69 | 16.22 | 95.59 | - |
| YUV | 105.4 | 211.86 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 91 | 254 | 0.70 | 0.64 | 0 | 0.00 | 235.25 | 0.99 | 0.65 |
| Hex | 4D | 5B | FE | 46 | 40 | 0 | 0 | EB | 63 | 41 |
| Octal | 115 | 133 | 376 | 106 | 100 | 0 | 0 | 353 | 143 | 101 |
| Binary | 1001101 | 1011011 | 11111110 | 1000110 | 1000000 | 0 | 0 | 11101011 | 1100011 | 1000001 |
Color Harmonies of #4D5BFE
Complementary color
Monochromatic Colors of #4D5BFE
Black with #4D5BFE
Text Example
Text Example
White with #4D5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5BFE; }
p { color: rgb(77,91,254); }
H1.HeaderClassName
{
color: #4D5BFE;
}
.AnyTagClassName
{
color: #4D5BFE;
}
</style>
background-color css
<style>
a { background-color: #4D5BFE; }
a { background-color: rgb(77,91,254); }
div.DivClassName
{
background-color: #4D5BFE;
}
.BgClassName
{
background-color: #4D5BFE;
}
</style>
border-color css
<style>
span { border-color: #4D5BFE; }
span { border-color: rgb(77,91,254); }
td.TdClassName
{
border-color: #4D5BFE;
}
.TagClassName
{
border-color: #4D5BFE;
}
</style>