Shades of Neon Pink #F774CF
Tints of Neon Pink #F774CF
RGB
CMYK
RGB Variations
Color information
#F774CF (or 0xF774CF) is known color: Neon Pink. HEX triplet: F7, 74 and CF. RGB value is (247,116,207). Sum of RGB (Red+Green+Blue) = 247+116+207=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F774CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F774CF is #088B30. Grayscale: #A5A5A5. Windows color (decimal): -559921 or 13595895. OLE color: 13595895.
HSL color Cylindrical-coordinate representation of color #F774CF: hue angle of 318.32º 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 #F774CF is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 207 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.03 |
| HSL | 318.32º | 0.89% | 0.71% | - |
| HSV(B) | 318.32º | 0.53% | 0.97% | - |
| XYZ | 55.87 | 36.77 | 63.18 | - |
| YUV | 165.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 207 | 0 | 0.53 | 0.16 | 0.03 | 318.32 | 0.89 | 0.71 |
| Hex | F7 | 74 | CF | 0 | 35 | 10 | 3 | 13E | 59 | 47 |
| Octal | 367 | 164 | 317 | 0 | 65 | 20 | 3 | 476 | 131 | 107 |
| Binary | 11110111 | 1110100 | 11001111 | 0 | 110101 | 10000 | 11 | 100111110 | 1011001 | 1000111 |
Color Harmonies of #F774CF
Complementary color
Monochromatic Colors of #F774CF
Black with #F774CF
Text Example
Text Example
White with #F774CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F774CF; }
p { color: rgb(247,116,207); }
H1.HeaderClassName
{
color: #F774CF;
}
.AnyTagClassName
{
color: #F774CF;
}
</style>
background-color css
<style>
a { background-color: #F774CF; }
a { background-color: rgb(247,116,207); }
div.DivClassName
{
background-color: #F774CF;
}
.BgClassName
{
background-color: #F774CF;
}
</style>
border-color css
<style>
span { border-color: #F774CF; }
span { border-color: rgb(247,116,207); }
td.TdClassName
{
border-color: #F774CF;
}
.TagClassName
{
border-color: #F774CF;
}
</style>