Shades of Neon Pink #F16CCE
Tints of Neon Pink #F16CCE
RGB
CMYK
RGB Variations
Color information
#F16CCE (or 0xF16CCE) is known color: Neon Pink. HEX triplet: F1, 6C and CE. RGB value is (241,108,206). Sum of RGB (Red+Green+Blue) = 241+108+206=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CCE is #0E9331. Grayscale: #9E9E9E. Windows color (decimal): -955186 or 13528305. OLE color: 13528305.
HSL color Cylindrical-coordinate representation of color #F16CCE: hue angle of 315.79º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CCE is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 206 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.05 |
| HSL | 315.79º | 0.83% | 0.68% | - |
| HSV(B) | 315.79º | 0.55% | 0.95% | - |
| XYZ | 52.78 | 33.88 | 62.15 | - |
| YUV | 158.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 206 | 0 | 0.55 | 0.15 | 0.05 | 315.79 | 0.83 | 0.68 |
| Hex | F1 | 6C | CE | 0 | 37 | F | 5 | 13C | 53 | 44 |
| Octal | 361 | 154 | 316 | 0 | 67 | 17 | 5 | 474 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11001110 | 0 | 110111 | 1111 | 101 | 100111100 | 1010011 | 1000100 |
Color Harmonies of #F16CCE
Complementary color
Monochromatic Colors of #F16CCE
Black with #F16CCE
Text Example
Text Example
White with #F16CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CCE; }
p { color: rgb(241,108,206); }
H1.HeaderClassName
{
color: #F16CCE;
}
.AnyTagClassName
{
color: #F16CCE;
}
</style>
background-color css
<style>
a { background-color: #F16CCE; }
a { background-color: rgb(241,108,206); }
div.DivClassName
{
background-color: #F16CCE;
}
.BgClassName
{
background-color: #F16CCE;
}
</style>
border-color css
<style>
span { border-color: #F16CCE; }
span { border-color: rgb(241,108,206); }
td.TdClassName
{
border-color: #F16CCE;
}
.TagClassName
{
border-color: #F16CCE;
}
</style>