Shades of Neon Pink #F967C7
Tints of Neon Pink #F967C7
RGB
CMYK
RGB Variations
Color information
#F967C7 (or 0xF967C7) is known color: Neon Pink. HEX triplet: F9, 67 and C7. RGB value is (249,103,199). Sum of RGB (Red+Green+Blue) = 249+103+199=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 103 (40.62% from 255 or 18.69% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F967C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967C7 is #069838. Grayscale: #9D9D9D. Windows color (decimal): -432185 or 13068281. OLE color: 13068281.
HSL color Cylindrical-coordinate representation of color #F967C7: hue angle of 320.55º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967C7 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 199 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.02 |
| HSL | 320.55º | 0.92% | 0.69% | - |
| HSV(B) | 320.55º | 0.59% | 0.98% | - |
| XYZ | 54.23 | 33.96 | 57.73 | - |
| YUV | 157.6 | 151.37 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 199 | 0 | 0.59 | 0.20 | 0.02 | 320.55 | 0.92 | 0.69 |
| Hex | F9 | 67 | C7 | 0 | 3B | 14 | 2 | 141 | 5C | 45 |
| Octal | 371 | 147 | 307 | 0 | 73 | 24 | 2 | 501 | 134 | 105 |
| Binary | 11111001 | 1100111 | 11000111 | 0 | 111011 | 10100 | 10 | 101000001 | 1011100 | 1000101 |
Color Harmonies of #F967C7
Complementary color
Monochromatic Colors of #F967C7
Black with #F967C7
Text Example
Text Example
White with #F967C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F967C7; }
p { color: rgb(249,103,199); }
H1.HeaderClassName
{
color: #F967C7;
}
.AnyTagClassName
{
color: #F967C7;
}
</style>
background-color css
<style>
a { background-color: #F967C7; }
a { background-color: rgb(249,103,199); }
div.DivClassName
{
background-color: #F967C7;
}
.BgClassName
{
background-color: #F967C7;
}
</style>
border-color css
<style>
span { border-color: #F967C7; }
span { border-color: rgb(249,103,199); }
td.TdClassName
{
border-color: #F967C7;
}
.TagClassName
{
border-color: #F967C7;
}
</style>