Shades of Neon Blue #4D66FE
Tints of Neon Blue #4D66FE
RGB
CMYK
RGB Variations
Color information
#4D66FE (or 0x4D66FE) is known color: Neon Blue. HEX triplet: 4D, 66 and FE. RGB value is (77,102,254). Sum of RGB (Red+Green+Blue) = 77+102+254=433 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.78% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D66FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D66FE is #B29901. Grayscale: #6F6F6F. Windows color (decimal): -11704578 or 16672333. OLE color: 16672333.
HSL color Cylindrical-coordinate representation of color #4D66FE: hue angle of 231.53º 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 #4D66FE is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 102 | 254 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.00 |
| HSL | 231.53º | 0.99% | 0.65% | - |
| HSV(B) | 231.53º | 0.7% | 1% | - |
| XYZ | 25.7 | 18.24 | 95.93 | - |
| YUV | 111.85 | 208.22 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 254 | 0.70 | 0.60 | 0 | 0.00 | 231.53 | 0.99 | 0.65 |
| Hex | 4D | 66 | FE | 46 | 3C | 0 | 0 | E8 | 63 | 41 |
| Octal | 115 | 146 | 376 | 106 | 74 | 0 | 0 | 350 | 143 | 101 |
| Binary | 1001101 | 1100110 | 11111110 | 1000110 | 111100 | 0 | 0 | 11101000 | 1100011 | 1000001 |
Color Harmonies of #4D66FE
Complementary color
Monochromatic Colors of #4D66FE
Black with #4D66FE
Text Example
Text Example
White with #4D66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D66FE; }
p { color: rgb(77,102,254); }
H1.HeaderClassName
{
color: #4D66FE;
}
.AnyTagClassName
{
color: #4D66FE;
}
</style>
background-color css
<style>
a { background-color: #4D66FE; }
a { background-color: rgb(77,102,254); }
div.DivClassName
{
background-color: #4D66FE;
}
.BgClassName
{
background-color: #4D66FE;
}
</style>
border-color css
<style>
span { border-color: #4D66FE; }
span { border-color: rgb(77,102,254); }
td.TdClassName
{
border-color: #4D66FE;
}
.TagClassName
{
border-color: #4D66FE;
}
</style>