Shades of Neon Blue #4D40FD
Tints of Neon Blue #4D40FD
RGB
CMYK
RGB Variations
Color information
#4D40FD (or 0x4D40FD) is known color: Neon Blue. HEX triplet: 4D, 40 and FD. RGB value is (77,64,253). Sum of RGB (Red+Green+Blue) = 77+64+253=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D40FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D40FD is #B2BF02. Grayscale: #585858. Windows color (decimal): -11714307 or 16597069. OLE color: 16597069.
HSL color Cylindrical-coordinate representation of color #4D40FD: hue angle of 244.13º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D40FD is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 64 | 253 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.01 |
| HSL | 244.13º | 0.98% | 0.62% | - |
| HSV(B) | 244.13º | 0.75% | 0.99% | - |
| XYZ | 22.62 | 12.34 | 94.12 | - |
| YUV | 89.43 | 220.31 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 253 | 0.70 | 0.75 | 0 | 0.01 | 244.13 | 0.98 | 0.62 |
| Hex | 4D | 40 | FD | 46 | 4B | 0 | 1 | F4 | 62 | 3E |
| Octal | 115 | 100 | 375 | 106 | 113 | 0 | 1 | 364 | 142 | 76 |
| Binary | 1001101 | 1000000 | 11111101 | 1000110 | 1001011 | 0 | 1 | 11110100 | 1100010 | 111110 |
Color Harmonies of #4D40FD
Complementary color
Monochromatic Colors of #4D40FD
Black with #4D40FD
Text Example
Text Example
White with #4D40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D40FD; }
p { color: rgb(77,64,253); }
H1.HeaderClassName
{
color: #4D40FD;
}
.AnyTagClassName
{
color: #4D40FD;
}
</style>
background-color css
<style>
a { background-color: #4D40FD; }
a { background-color: rgb(77,64,253); }
div.DivClassName
{
background-color: #4D40FD;
}
.BgClassName
{
background-color: #4D40FD;
}
</style>
border-color css
<style>
span { border-color: #4D40FD; }
span { border-color: rgb(77,64,253); }
td.TdClassName
{
border-color: #4D40FD;
}
.TagClassName
{
border-color: #4D40FD;
}
</style>