Shades of Neon Pink #F168BF
Tints of Neon Pink #F168BF
RGB
CMYK
RGB Variations
Color information
#F168BF (or 0xF168BF) is known color: Neon Pink. HEX triplet: F1, 68 and BF. RGB value is (241,104,191). Sum of RGB (Red+Green+Blue) = 241+104+191=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F168BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168BF is #0E9740. Grayscale: #9A9A9A. Windows color (decimal): -956225 or 12544241. OLE color: 12544241.
HSL color Cylindrical-coordinate representation of color #F168BF: hue angle of 321.9º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168BF is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 191 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.05 |
| HSL | 321.9º | 0.83% | 0.68% | - |
| HSV(B) | 321.9º | 0.57% | 0.95% | - |
| XYZ | 50.63 | 32.36 | 52.87 | - |
| YUV | 154.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 191 | 0 | 0.57 | 0.21 | 0.05 | 321.9 | 0.83 | 0.68 |
| Hex | F1 | 68 | BF | 0 | 39 | 15 | 5 | 142 | 53 | 44 |
| Octal | 361 | 150 | 277 | 0 | 71 | 25 | 5 | 502 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10111111 | 0 | 111001 | 10101 | 101 | 101000010 | 1010011 | 1000100 |
Color Harmonies of #F168BF
Complementary color
Monochromatic Colors of #F168BF
Black with #F168BF
Text Example
Text Example
White with #F168BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168BF; }
p { color: rgb(241,104,191); }
H1.HeaderClassName
{
color: #F168BF;
}
.AnyTagClassName
{
color: #F168BF;
}
</style>
background-color css
<style>
a { background-color: #F168BF; }
a { background-color: rgb(241,104,191); }
div.DivClassName
{
background-color: #F168BF;
}
.BgClassName
{
background-color: #F168BF;
}
</style>
border-color css
<style>
span { border-color: #F168BF; }
span { border-color: rgb(241,104,191); }
td.TdClassName
{
border-color: #F168BF;
}
.TagClassName
{
border-color: #F168BF;
}
</style>