Shades of Neon Pink #F777CF
Tints of Neon Pink #F777CF
RGB
CMYK
RGB Variations
Color information
#F777CF (or 0xF777CF) is known color: Neon Pink. HEX triplet: F7, 77 and CF. RGB value is (247,119,207). Sum of RGB (Red+Green+Blue) = 247+119+207=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F777CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777CF is #088830. Grayscale: #A7A7A7. Windows color (decimal): -559153 or 13596663. OLE color: 13596663.
HSL color Cylindrical-coordinate representation of color #F777CF: hue angle of 318.75º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F777CF is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 207 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.03 |
| HSL | 318.75º | 0.89% | 0.72% | - |
| HSV(B) | 318.75º | 0.52% | 0.97% | - |
| XYZ | 56.22 | 37.47 | 63.3 | - |
| YUV | 167.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 207 | 0 | 0.52 | 0.16 | 0.03 | 318.75 | 0.89 | 0.72 |
| Hex | F7 | 77 | CF | 0 | 34 | 10 | 3 | 13F | 59 | 48 |
| Octal | 367 | 167 | 317 | 0 | 64 | 20 | 3 | 477 | 131 | 110 |
| Binary | 11110111 | 1110111 | 11001111 | 0 | 110100 | 10000 | 11 | 100111111 | 1011001 | 1001000 |
Color Harmonies of #F777CF
Complementary color
Monochromatic Colors of #F777CF
Black with #F777CF
Text Example
Text Example
White with #F777CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F777CF; }
p { color: rgb(247,119,207); }
H1.HeaderClassName
{
color: #F777CF;
}
.AnyTagClassName
{
color: #F777CF;
}
</style>
background-color css
<style>
a { background-color: #F777CF; }
a { background-color: rgb(247,119,207); }
div.DivClassName
{
background-color: #F777CF;
}
.BgClassName
{
background-color: #F777CF;
}
</style>
border-color css
<style>
span { border-color: #F777CF; }
span { border-color: rgb(247,119,207); }
td.TdClassName
{
border-color: #F777CF;
}
.TagClassName
{
border-color: #F777CF;
}
</style>