Shades of Neon Blue #4D6AFF
Tints of Neon Blue #4D6AFF
RGB
CMYK
RGB Variations
Color information
#4D6AFF (or 0x4D6AFF) is known color: Neon Blue. HEX triplet: 4D, 6A and FF. RGB value is (77,106,255). Sum of RGB (Red+Green+Blue) = 77+106+255=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D6AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D6AFF is #B29500. Grayscale: #717171. Windows color (decimal): -11703553 or 16738893. OLE color: 16738893.
HSL color Cylindrical-coordinate representation of color #4D6AFF: hue angle of 230.22º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D6AFF is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 106 | 255 | - |
| CMYK | 0.70 | 0.58 | 0 | 0 |
| HSL | 230.22º | 1% | 0.65% | - |
| HSV(B) | 230.22º | 0.7% | 1% | - |
| XYZ | 26.26 | 19.11 | 96.91 | - |
| YUV | 114.32 | 207.39 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 106 | 255 | 0.70 | 0.58 | 0 | 0 | 230.22 | 1 | 0.65 |
| Hex | 4D | 6A | FF | 46 | 3A | 0 | 0 | E6 | 64 | 41 |
| Octal | 115 | 152 | 377 | 106 | 72 | 0 | 0 | 346 | 144 | 101 |
| Binary | 1001101 | 1101010 | 11111111 | 1000110 | 111010 | 0 | 0 | 11100110 | 1100100 | 1000001 |
Color Harmonies of #4D6AFF
Complementary color
Monochromatic Colors of #4D6AFF
Black with #4D6AFF
Text Example
Text Example
White with #4D6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6AFF; }
p { color: rgb(77,106,255); }
H1.HeaderClassName
{
color: #4D6AFF;
}
.AnyTagClassName
{
color: #4D6AFF;
}
</style>
background-color css
<style>
a { background-color: #4D6AFF; }
a { background-color: rgb(77,106,255); }
div.DivClassName
{
background-color: #4D6AFF;
}
.BgClassName
{
background-color: #4D6AFF;
}
</style>
border-color css
<style>
span { border-color: #4D6AFF; }
span { border-color: rgb(77,106,255); }
td.TdClassName
{
border-color: #4D6AFF;
}
.TagClassName
{
border-color: #4D6AFF;
}
</style>