Shades of Neon Pink #F164CB
Tints of Neon Pink #F164CB
RGB
CMYK
RGB Variations
Color information
#F164CB (or 0xF164CB) is known color: Neon Pink. HEX triplet: F1, 64 and CB. RGB value is (241,100,203). Sum of RGB (Red+Green+Blue) = 241+100+203=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F164CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164CB is #0E9B34. Grayscale: #999999. Windows color (decimal): -957237 or 13329649. OLE color: 13329649.
HSL color Cylindrical-coordinate representation of color #F164CB: hue angle of 316.17º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F164CB is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 203 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.05 |
| HSL | 316.17º | 0.83% | 0.67% | - |
| HSV(B) | 316.17º | 0.59% | 0.95% | - |
| XYZ | 51.61 | 32.13 | 59.98 | - |
| YUV | 153.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 203 | 0 | 0.59 | 0.16 | 0.05 | 316.17 | 0.83 | 0.67 |
| Hex | F1 | 64 | CB | 0 | 3B | 10 | 5 | 13C | 53 | 43 |
| Octal | 361 | 144 | 313 | 0 | 73 | 20 | 5 | 474 | 123 | 103 |
| Binary | 11110001 | 1100100 | 11001011 | 0 | 111011 | 10000 | 101 | 100111100 | 1010011 | 1000011 |
Color Harmonies of #F164CB
Complementary color
Monochromatic Colors of #F164CB
Black with #F164CB
Text Example
Text Example
White with #F164CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164CB; }
p { color: rgb(241,100,203); }
H1.HeaderClassName
{
color: #F164CB;
}
.AnyTagClassName
{
color: #F164CB;
}
</style>
background-color css
<style>
a { background-color: #F164CB; }
a { background-color: rgb(241,100,203); }
div.DivClassName
{
background-color: #F164CB;
}
.BgClassName
{
background-color: #F164CB;
}
</style>
border-color css
<style>
span { border-color: #F164CB; }
span { border-color: rgb(241,100,203); }
td.TdClassName
{
border-color: #F164CB;
}
.TagClassName
{
border-color: #F164CB;
}
</style>