Shades of Neon Blue #4966FF
Tints of Neon Blue #4966FF
RGB
CMYK
RGB Variations
Color information
#4966FF (or 0x4966FF) is known color: Neon Blue. HEX triplet: 49, 66 and FF. RGB value is (73,102,255). Sum of RGB (Red+Green+Blue) = 73+102+255=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #4966FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4966FF is #B69900. Grayscale: #6E6E6E. Windows color (decimal): -11966721 or 16737865. OLE color: 16737865.
HSL color Cylindrical-coordinate representation of color #4966FF: hue angle of 230.44º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4966FF is Cyan = 0.71, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 102 | 255 | - |
| CMYK | 0.71 | 0.6 | 0 | 0 |
| HSL | 230.44º | 1% | 0.64% | - |
| HSV(B) | 230.44º | 0.71% | 1% | - |
| XYZ | 25.55 | 18.14 | 96.76 | - |
| YUV | 110.77 | 209.39 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 255 | 0.71 | 0.6 | 0 | 0 | 230.44 | 1 | 0.64 |
| Hex | 49 | 66 | FF | 47 | 3C | 0 | 0 | E6 | 64 | 40 |
| Octal | 111 | 146 | 377 | 107 | 74 | 0 | 0 | 346 | 144 | 100 |
| Binary | 1001001 | 1100110 | 11111111 | 1000111 | 111100 | 0 | 0 | 11100110 | 1100100 | 1000000 |
Color Harmonies of #4966FF
Complementary color
Monochromatic Colors of #4966FF
Black with #4966FF
Text Example
Text Example
White with #4966FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4966FF; }
p { color: rgb(73,102,255); }
H1.HeaderClassName
{
color: #4966FF;
}
.AnyTagClassName
{
color: #4966FF;
}
</style>
background-color css
<style>
a { background-color: #4966FF; }
a { background-color: rgb(73,102,255); }
div.DivClassName
{
background-color: #4966FF;
}
.BgClassName
{
background-color: #4966FF;
}
</style>
border-color css
<style>
span { border-color: #4966FF; }
span { border-color: rgb(73,102,255); }
td.TdClassName
{
border-color: #4966FF;
}
.TagClassName
{
border-color: #4966FF;
}
</style>