Shades of Neon Pink #F167CB
Tints of Neon Pink #F167CB
RGB
CMYK
RGB Variations
Color information
#F167CB (or 0xF167CB) is known color: Neon Pink. HEX triplet: F1, 67 and CB. RGB value is (241,103,203). Sum of RGB (Red+Green+Blue) = 241+103+203=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F167CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F167CB is #0E9834. Grayscale: #9B9B9B. Windows color (decimal): -956469 or 13330417. OLE color: 13330417.
HSL color Cylindrical-coordinate representation of color #F167CB: hue angle of 316.52º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F167CB is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 203 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.05 |
| HSL | 316.52º | 0.83% | 0.67% | - |
| HSV(B) | 316.52º | 0.57% | 0.95% | - |
| XYZ | 51.91 | 32.71 | 60.08 | - |
| YUV | 155.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 203 | 0 | 0.57 | 0.16 | 0.05 | 316.52 | 0.83 | 0.67 |
| Hex | F1 | 67 | CB | 0 | 39 | 10 | 5 | 13D | 53 | 43 |
| Octal | 361 | 147 | 313 | 0 | 71 | 20 | 5 | 475 | 123 | 103 |
| Binary | 11110001 | 1100111 | 11001011 | 0 | 111001 | 10000 | 101 | 100111101 | 1010011 | 1000011 |
Color Harmonies of #F167CB
Complementary color
Monochromatic Colors of #F167CB
Black with #F167CB
Text Example
Text Example
White with #F167CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F167CB; }
p { color: rgb(241,103,203); }
H1.HeaderClassName
{
color: #F167CB;
}
.AnyTagClassName
{
color: #F167CB;
}
</style>
background-color css
<style>
a { background-color: #F167CB; }
a { background-color: rgb(241,103,203); }
div.DivClassName
{
background-color: #F167CB;
}
.BgClassName
{
background-color: #F167CB;
}
</style>
border-color css
<style>
span { border-color: #F167CB; }
span { border-color: rgb(241,103,203); }
td.TdClassName
{
border-color: #F167CB;
}
.TagClassName
{
border-color: #F167CB;
}
</style>