Shades of Neon Blue #4D66FA
Tints of Neon Blue #4D66FA
RGB
CMYK
RGB Variations
Color information
#4D66FA (or 0x4D66FA) is known color: Neon Blue. HEX triplet: 4D, 66 and FA. RGB value is (77,102,250). Sum of RGB (Red+Green+Blue) = 77+102+250=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D66FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D66FA is #B29905. Grayscale: #6E6E6E. Windows color (decimal): -11704582 or 16410189. OLE color: 16410189.
HSL color Cylindrical-coordinate representation of color #4D66FA: hue angle of 231.33º degrees, saturation: 0.95, 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 #4D66FA is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 102 | 250 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.02 |
| HSL | 231.33º | 0.95% | 0.64% | - |
| HSV(B) | 231.33º | 0.69% | 0.98% | - |
| XYZ | 25.07 | 17.98 | 92.59 | - |
| YUV | 111.4 | 206.22 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 250 | 0.69 | 0.59 | 0 | 0.02 | 231.33 | 0.95 | 0.64 |
| Hex | 4D | 66 | FA | 45 | 3B | 0 | 2 | E7 | 5F | 40 |
| Octal | 115 | 146 | 372 | 105 | 73 | 0 | 2 | 347 | 137 | 100 |
| Binary | 1001101 | 1100110 | 11111010 | 1000101 | 111011 | 0 | 10 | 11100111 | 1011111 | 1000000 |
Color Harmonies of #4D66FA
Complementary color
Monochromatic Colors of #4D66FA
Black with #4D66FA
Text Example
Text Example
White with #4D66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D66FA; }
p { color: rgb(77,102,250); }
H1.HeaderClassName
{
color: #4D66FA;
}
.AnyTagClassName
{
color: #4D66FA;
}
</style>
background-color css
<style>
a { background-color: #4D66FA; }
a { background-color: rgb(77,102,250); }
div.DivClassName
{
background-color: #4D66FA;
}
.BgClassName
{
background-color: #4D66FA;
}
</style>
border-color css
<style>
span { border-color: #4D66FA; }
span { border-color: rgb(77,102,250); }
td.TdClassName
{
border-color: #4D66FA;
}
.TagClassName
{
border-color: #4D66FA;
}
</style>