Shades of Neon Pink #F16DC6
Tints of Neon Pink #F16DC6
RGB
CMYK
RGB Variations
Color information
#F16DC6 (or 0xF16DC6) is known color: Neon Pink. HEX triplet: F1, 6D and C6. RGB value is (241,109,198). Sum of RGB (Red+Green+Blue) = 241+109+198=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DC6 is #0E9239. Grayscale: #9E9E9E. Windows color (decimal): -954938 or 13004273. OLE color: 13004273.
HSL color Cylindrical-coordinate representation of color #F16DC6: hue angle of 319.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DC6 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 198 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.05 |
| HSL | 319.55º | 0.83% | 0.69% | - |
| HSV(B) | 319.55º | 0.55% | 0.95% | - |
| XYZ | 51.94 | 33.72 | 57.2 | - |
| YUV | 158.61 | 150.23 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 198 | 0 | 0.55 | 0.18 | 0.05 | 319.55 | 0.83 | 0.69 |
| Hex | F1 | 6D | C6 | 0 | 37 | 12 | 5 | 140 | 52 | 45 |
| Octal | 361 | 155 | 306 | 0 | 67 | 22 | 5 | 500 | 122 | 105 |
| Binary | 11110001 | 1101101 | 11000110 | 0 | 110111 | 10010 | 101 | 101000000 | 1010010 | 1000101 |
Color Harmonies of #F16DC6
Complementary color
Monochromatic Colors of #F16DC6
Black with #F16DC6
Text Example
Text Example
White with #F16DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DC6; }
p { color: rgb(241,109,198); }
H1.HeaderClassName
{
color: #F16DC6;
}
.AnyTagClassName
{
color: #F16DC6;
}
</style>
background-color css
<style>
a { background-color: #F16DC6; }
a { background-color: rgb(241,109,198); }
div.DivClassName
{
background-color: #F16DC6;
}
.BgClassName
{
background-color: #F16DC6;
}
</style>
border-color css
<style>
span { border-color: #F16DC6; }
span { border-color: rgb(241,109,198); }
td.TdClassName
{
border-color: #F16DC6;
}
.TagClassName
{
border-color: #F16DC6;
}
</style>