Shades of Neon Pink #F166CB
Tints of Neon Pink #F166CB
RGB
CMYK
RGB Variations
Color information
#F166CB (or 0xF166CB) is known color: Neon Pink. HEX triplet: F1, 66 and CB. RGB value is (241,102,203). Sum of RGB (Red+Green+Blue) = 241+102+203=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F166CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166CB is #0E9934. Grayscale: #9A9A9A. Windows color (decimal): -956725 or 13330161. OLE color: 13330161.
HSL color Cylindrical-coordinate representation of color #F166CB: hue angle of 316.4º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166CB is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 203 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.05 |
| HSL | 316.4º | 0.83% | 0.67% | - |
| HSV(B) | 316.4º | 0.58% | 0.95% | - |
| XYZ | 51.81 | 32.52 | 60.05 | - |
| YUV | 155.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 203 | 0 | 0.58 | 0.16 | 0.05 | 316.4 | 0.83 | 0.67 |
| Hex | F1 | 66 | CB | 0 | 3A | 10 | 5 | 13C | 53 | 43 |
| Octal | 361 | 146 | 313 | 0 | 72 | 20 | 5 | 474 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11001011 | 0 | 111010 | 10000 | 101 | 100111100 | 1010011 | 1000011 |
Color Harmonies of #F166CB
Complementary color
Monochromatic Colors of #F166CB
Black with #F166CB
Text Example
Text Example
White with #F166CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166CB; }
p { color: rgb(241,102,203); }
H1.HeaderClassName
{
color: #F166CB;
}
.AnyTagClassName
{
color: #F166CB;
}
</style>
background-color css
<style>
a { background-color: #F166CB; }
a { background-color: rgb(241,102,203); }
div.DivClassName
{
background-color: #F166CB;
}
.BgClassName
{
background-color: #F166CB;
}
</style>
border-color css
<style>
span { border-color: #F166CB; }
span { border-color: rgb(241,102,203); }
td.TdClassName
{
border-color: #F166CB;
}
.TagClassName
{
border-color: #F166CB;
}
</style>