Shades of Neon Blue #4D3CF8
Tints of Neon Blue #4D3CF8
RGB
CMYK
RGB Variations
Color information
#4D3CF8 (or 0x4D3CF8) is known color: Neon Blue. HEX triplet: 4D, 3C and F8. RGB value is (77,60,248). Sum of RGB (Red+Green+Blue) = 77+60+248=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 248 (97.27% from 255 or 64.42% from 385); Max value from RGB is 248 - color contains mainly: blue. Hex color #4D3CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3CF8 is #B2C307. Grayscale: #555555. Windows color (decimal): -11715336 or 16268365. OLE color: 16268365.
HSL color Cylindrical-coordinate representation of color #4D3CF8: hue angle of 245.43º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D3CF8 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 60 | 248 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.03 |
| HSL | 245.43º | 0.93% | 0.6% | - |
| HSV(B) | 245.43º | 0.76% | 0.97% | - |
| XYZ | 21.62 | 11.59 | 89.9 | - |
| YUV | 86.52 | 219.13 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 248 | 0.69 | 0.76 | 0 | 0.03 | 245.43 | 0.93 | 0.6 |
| Hex | 4D | 3C | F8 | 45 | 4C | 0 | 3 | F5 | 5D | 3C |
| Octal | 115 | 74 | 370 | 105 | 114 | 0 | 3 | 365 | 135 | 74 |
| Binary | 1001101 | 111100 | 11111000 | 1000101 | 1001100 | 0 | 11 | 11110101 | 1011101 | 111100 |
Color Harmonies of #4D3CF8
Complementary color
Monochromatic Colors of #4D3CF8
Black with #4D3CF8
Text Example
Text Example
White with #4D3CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3CF8; }
p { color: rgb(77,60,248); }
H1.HeaderClassName
{
color: #4D3CF8;
}
.AnyTagClassName
{
color: #4D3CF8;
}
</style>
background-color css
<style>
a { background-color: #4D3CF8; }
a { background-color: rgb(77,60,248); }
div.DivClassName
{
background-color: #4D3CF8;
}
.BgClassName
{
background-color: #4D3CF8;
}
</style>
border-color css
<style>
span { border-color: #4D3CF8; }
span { border-color: rgb(77,60,248); }
td.TdClassName
{
border-color: #4D3CF8;
}
.TagClassName
{
border-color: #4D3CF8;
}
</style>