Shades of Neon Pink #F16BC0
Tints of Neon Pink #F16BC0
RGB
CMYK
RGB Variations
Color information
#F16BC0 (or 0xF16BC0) is known color: Neon Pink. HEX triplet: F1, 6B and C0. RGB value is (241,107,192). Sum of RGB (Red+Green+Blue) = 241+107+192=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BC0 is #0E943F. Grayscale: #9C9C9C. Windows color (decimal): -955456 or 12610545. OLE color: 12610545.
HSL color Cylindrical-coordinate representation of color #F16BC0: hue angle of 321.94º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16BC0 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 192 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.05 |
| HSL | 321.94º | 0.83% | 0.68% | - |
| HSV(B) | 321.94º | 0.56% | 0.95% | - |
| XYZ | 51.05 | 33.02 | 53.55 | - |
| YUV | 156.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 192 | 0 | 0.56 | 0.20 | 0.05 | 321.94 | 0.83 | 0.68 |
| Hex | F1 | 6B | C0 | 0 | 38 | 14 | 5 | 142 | 53 | 44 |
| Octal | 361 | 153 | 300 | 0 | 70 | 24 | 5 | 502 | 123 | 104 |
| Binary | 11110001 | 1101011 | 11000000 | 0 | 111000 | 10100 | 101 | 101000010 | 1010011 | 1000100 |
Color Harmonies of #F16BC0
Complementary color
Monochromatic Colors of #F16BC0
Black with #F16BC0
Text Example
Text Example
White with #F16BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BC0; }
p { color: rgb(241,107,192); }
H1.HeaderClassName
{
color: #F16BC0;
}
.AnyTagClassName
{
color: #F16BC0;
}
</style>
background-color css
<style>
a { background-color: #F16BC0; }
a { background-color: rgb(241,107,192); }
div.DivClassName
{
background-color: #F16BC0;
}
.BgClassName
{
background-color: #F16BC0;
}
</style>
border-color css
<style>
span { border-color: #F16BC0; }
span { border-color: rgb(241,107,192); }
td.TdClassName
{
border-color: #F16BC0;
}
.TagClassName
{
border-color: #F16BC0;
}
</style>