Shades of Neon Pink #F774C9
Tints of Neon Pink #F774C9
RGB
CMYK
RGB Variations
Color information
#F774C9 (or 0xF774C9) is known color: Neon Pink. HEX triplet: F7, 74 and C9. RGB value is (247,116,201). Sum of RGB (Red+Green+Blue) = 247+116+201=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F774C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F774C9 is #088B36. Grayscale: #A4A4A4. Windows color (decimal): -559927 or 13202679. OLE color: 13202679.
HSL color Cylindrical-coordinate representation of color #F774C9: hue angle of 321.07º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F774C9 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 201 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.03 |
| HSL | 321.07º | 0.89% | 0.71% | - |
| HSV(B) | 321.07º | 0.53% | 0.97% | - |
| XYZ | 55.15 | 36.48 | 59.39 | - |
| YUV | 164.86 | 148.4 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 201 | 0 | 0.53 | 0.19 | 0.03 | 321.07 | 0.89 | 0.71 |
| Hex | F7 | 74 | C9 | 0 | 35 | 13 | 3 | 141 | 59 | 47 |
| Octal | 367 | 164 | 311 | 0 | 65 | 23 | 3 | 501 | 131 | 107 |
| Binary | 11110111 | 1110100 | 11001001 | 0 | 110101 | 10011 | 11 | 101000001 | 1011001 | 1000111 |
Color Harmonies of #F774C9
Complementary color
Monochromatic Colors of #F774C9
Black with #F774C9
Text Example
Text Example
White with #F774C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F774C9; }
p { color: rgb(247,116,201); }
H1.HeaderClassName
{
color: #F774C9;
}
.AnyTagClassName
{
color: #F774C9;
}
</style>
background-color css
<style>
a { background-color: #F774C9; }
a { background-color: rgb(247,116,201); }
div.DivClassName
{
background-color: #F774C9;
}
.BgClassName
{
background-color: #F774C9;
}
</style>
border-color css
<style>
span { border-color: #F774C9; }
span { border-color: rgb(247,116,201); }
td.TdClassName
{
border-color: #F774C9;
}
.TagClassName
{
border-color: #F774C9;
}
</style>