Shades of Neon Pink #F16DCE
Tints of Neon Pink #F16DCE
RGB
CMYK
RGB Variations
Color information
#F16DCE (or 0xF16DCE) is known color: Neon Pink. HEX triplet: F1, 6D and CE. RGB value is (241,109,206). Sum of RGB (Red+Green+Blue) = 241+109+206=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DCE is #0E9231. Grayscale: #9F9F9F. Windows color (decimal): -954930 or 13528561. OLE color: 13528561.
HSL color Cylindrical-coordinate representation of color #F16DCE: hue angle of 315.91º 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 #F16DCE is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 206 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.05 |
| HSL | 315.91º | 0.83% | 0.69% | - |
| HSV(B) | 315.91º | 0.55% | 0.95% | - |
| XYZ | 52.88 | 34.09 | 62.19 | - |
| YUV | 159.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 206 | 0 | 0.55 | 0.15 | 0.05 | 315.91 | 0.83 | 0.69 |
| Hex | F1 | 6D | CE | 0 | 37 | F | 5 | 13C | 52 | 45 |
| Octal | 361 | 155 | 316 | 0 | 67 | 17 | 5 | 474 | 122 | 105 |
| Binary | 11110001 | 1101101 | 11001110 | 0 | 110111 | 1111 | 101 | 100111100 | 1010010 | 1000101 |
Color Harmonies of #F16DCE
Complementary color
Monochromatic Colors of #F16DCE
Black with #F16DCE
Text Example
Text Example
White with #F16DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DCE; }
p { color: rgb(241,109,206); }
H1.HeaderClassName
{
color: #F16DCE;
}
.AnyTagClassName
{
color: #F16DCE;
}
</style>
background-color css
<style>
a { background-color: #F16DCE; }
a { background-color: rgb(241,109,206); }
div.DivClassName
{
background-color: #F16DCE;
}
.BgClassName
{
background-color: #F16DCE;
}
</style>
border-color css
<style>
span { border-color: #F16DCE; }
span { border-color: rgb(241,109,206); }
td.TdClassName
{
border-color: #F16DCE;
}
.TagClassName
{
border-color: #F16DCE;
}
</style>