Shades of Neon Pink #F178CF
Tints of Neon Pink #F178CF
RGB
CMYK
RGB Variations
Color information
#F178CF (or 0xF178CF) is known color: Neon Pink. HEX triplet: F1, 78 and CF. RGB value is (241,120,207). Sum of RGB (Red+Green+Blue) = 241+120+207=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F178CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178CF is #0E8730. Grayscale: #A5A5A5. Windows color (decimal): -952113 or 13596913. OLE color: 13596913.
HSL color Cylindrical-coordinate representation of color #F178CF: hue angle of 316.86º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F178CF is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 207 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.05 |
| HSL | 316.86º | 0.81% | 0.71% | - |
| HSV(B) | 316.86º | 0.5% | 0.95% | - |
| XYZ | 54.25 | 36.64 | 63.24 | - |
| YUV | 166.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 207 | 0 | 0.50 | 0.14 | 0.05 | 316.86 | 0.81 | 0.71 |
| Hex | F1 | 78 | CF | 0 | 32 | E | 5 | 13D | 51 | 47 |
| Octal | 361 | 170 | 317 | 0 | 62 | 16 | 5 | 475 | 121 | 107 |
| Binary | 11110001 | 1111000 | 11001111 | 0 | 110010 | 1110 | 101 | 100111101 | 1010001 | 1000111 |
Color Harmonies of #F178CF
Complementary color
Monochromatic Colors of #F178CF
Black with #F178CF
Text Example
Text Example
White with #F178CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F178CF; }
p { color: rgb(241,120,207); }
H1.HeaderClassName
{
color: #F178CF;
}
.AnyTagClassName
{
color: #F178CF;
}
</style>
background-color css
<style>
a { background-color: #F178CF; }
a { background-color: rgb(241,120,207); }
div.DivClassName
{
background-color: #F178CF;
}
.BgClassName
{
background-color: #F178CF;
}
</style>
border-color css
<style>
span { border-color: #F178CF; }
span { border-color: rgb(241,120,207); }
td.TdClassName
{
border-color: #F178CF;
}
.TagClassName
{
border-color: #F178CF;
}
</style>