Shades of Neon Pink #F16BBF
Tints of Neon Pink #F16BBF
RGB
CMYK
RGB Variations
Color information
#F16BBF (or 0xF16BBF) is known color: Neon Pink. HEX triplet: F1, 6B and BF. RGB value is (241,107,191). Sum of RGB (Red+Green+Blue) = 241+107+191=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BBF is #0E9440. Grayscale: #9C9C9C. Windows color (decimal): -955457 or 12545009. OLE color: 12545009.
HSL color Cylindrical-coordinate representation of color #F16BBF: hue angle of 322.39º 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 #F16BBF is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 191 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.05 |
| HSL | 322.39º | 0.83% | 0.68% | - |
| HSV(B) | 322.39º | 0.56% | 0.95% | - |
| XYZ | 50.94 | 32.98 | 52.97 | - |
| YUV | 156.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 191 | 0 | 0.56 | 0.21 | 0.05 | 322.39 | 0.83 | 0.68 |
| Hex | F1 | 6B | BF | 0 | 38 | 15 | 5 | 142 | 53 | 44 |
| Octal | 361 | 153 | 277 | 0 | 70 | 25 | 5 | 502 | 123 | 104 |
| Binary | 11110001 | 1101011 | 10111111 | 0 | 111000 | 10101 | 101 | 101000010 | 1010011 | 1000100 |
Color Harmonies of #F16BBF
Complementary color
Monochromatic Colors of #F16BBF
Black with #F16BBF
Text Example
Text Example
White with #F16BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BBF; }
p { color: rgb(241,107,191); }
H1.HeaderClassName
{
color: #F16BBF;
}
.AnyTagClassName
{
color: #F16BBF;
}
</style>
background-color css
<style>
a { background-color: #F16BBF; }
a { background-color: rgb(241,107,191); }
div.DivClassName
{
background-color: #F16BBF;
}
.BgClassName
{
background-color: #F16BBF;
}
</style>
border-color css
<style>
span { border-color: #F16BBF; }
span { border-color: rgb(241,107,191); }
td.TdClassName
{
border-color: #F16BBF;
}
.TagClassName
{
border-color: #F16BBF;
}
</style>