Shades of Neon Pink #F775C2
Tints of Neon Pink #F775C2
RGB
CMYK
RGB Variations
Color information
#F775C2 (or 0xF775C2) is known color: Neon Pink. HEX triplet: F7, 75 and C2. RGB value is (247,117,194). Sum of RGB (Red+Green+Blue) = 247+117+194=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F775C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775C2 is #088A3D. Grayscale: #A4A4A4. Windows color (decimal): -559678 or 12744183. OLE color: 12744183.
HSL color Cylindrical-coordinate representation of color #F775C2: hue angle of 324.46º 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 #F775C2 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 194 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.03 |
| HSL | 324.46º | 0.89% | 0.71% | - |
| HSV(B) | 324.46º | 0.53% | 0.97% | - |
| XYZ | 54.46 | 36.39 | 55.19 | - |
| YUV | 164.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 194 | 0 | 0.53 | 0.21 | 0.03 | 324.46 | 0.89 | 0.71 |
| Hex | F7 | 75 | C2 | 0 | 35 | 15 | 3 | 144 | 59 | 47 |
| Octal | 367 | 165 | 302 | 0 | 65 | 25 | 3 | 504 | 131 | 107 |
| Binary | 11110111 | 1110101 | 11000010 | 0 | 110101 | 10101 | 11 | 101000100 | 1011001 | 1000111 |
Color Harmonies of #F775C2
Complementary color
Monochromatic Colors of #F775C2
Black with #F775C2
Text Example
Text Example
White with #F775C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F775C2; }
p { color: rgb(247,117,194); }
H1.HeaderClassName
{
color: #F775C2;
}
.AnyTagClassName
{
color: #F775C2;
}
</style>
background-color css
<style>
a { background-color: #F775C2; }
a { background-color: rgb(247,117,194); }
div.DivClassName
{
background-color: #F775C2;
}
.BgClassName
{
background-color: #F775C2;
}
</style>
border-color css
<style>
span { border-color: #F775C2; }
span { border-color: rgb(247,117,194); }
td.TdClassName
{
border-color: #F775C2;
}
.TagClassName
{
border-color: #F775C2;
}
</style>