Shades of Neon Pink #F164CF
Tints of Neon Pink #F164CF
RGB
CMYK
RGB Variations
Color information
#F164CF (or 0xF164CF) is known color: Neon Pink. HEX triplet: F1, 64 and CF. RGB value is (241,100,207). Sum of RGB (Red+Green+Blue) = 241+100+207=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F164CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164CF is #0E9B30. Grayscale: #9A9A9A. Windows color (decimal): -957233 or 13591793. OLE color: 13591793.
HSL color Cylindrical-coordinate representation of color #F164CF: hue angle of 314.47º 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 #F164CF is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 207 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.05 |
| HSL | 314.47º | 0.83% | 0.67% | - |
| HSV(B) | 314.47º | 0.59% | 0.95% | - |
| XYZ | 52.1 | 32.32 | 62.52 | - |
| YUV | 154.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 207 | 0 | 0.59 | 0.14 | 0.05 | 314.47 | 0.83 | 0.67 |
| Hex | F1 | 64 | CF | 0 | 3B | E | 5 | 13A | 53 | 43 |
| Octal | 361 | 144 | 317 | 0 | 73 | 16 | 5 | 472 | 123 | 103 |
| Binary | 11110001 | 1100100 | 11001111 | 0 | 111011 | 1110 | 101 | 100111010 | 1010011 | 1000011 |
Color Harmonies of #F164CF
Complementary color
Monochromatic Colors of #F164CF
Black with #F164CF
Text Example
Text Example
White with #F164CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164CF; }
p { color: rgb(241,100,207); }
H1.HeaderClassName
{
color: #F164CF;
}
.AnyTagClassName
{
color: #F164CF;
}
</style>
background-color css
<style>
a { background-color: #F164CF; }
a { background-color: rgb(241,100,207); }
div.DivClassName
{
background-color: #F164CF;
}
.BgClassName
{
background-color: #F164CF;
}
</style>
border-color css
<style>
span { border-color: #F164CF; }
span { border-color: rgb(241,100,207); }
td.TdClassName
{
border-color: #F164CF;
}
.TagClassName
{
border-color: #F164CF;
}
</style>