Shades of Neon Pink #F967C9
Tints of Neon Pink #F967C9
RGB
CMYK
RGB Variations
Color information
#F967C9 (or 0xF967C9) is known color: Neon Pink. HEX triplet: F9, 67 and C9. RGB value is (249,103,201). Sum of RGB (Red+Green+Blue) = 249+103+201=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 103 (40.62% from 255 or 18.63% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F967C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967C9 is #069836. Grayscale: #9D9D9D. Windows color (decimal): -432183 or 13199353. OLE color: 13199353.
HSL color Cylindrical-coordinate representation of color #F967C9: hue angle of 319.73º 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 #F967C9 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 201 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.02 |
| HSL | 319.73º | 0.92% | 0.69% | - |
| HSV(B) | 319.73º | 0.59% | 0.98% | - |
| XYZ | 54.46 | 34.06 | 58.96 | - |
| YUV | 157.83 | 152.37 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 201 | 0 | 0.59 | 0.19 | 0.02 | 319.73 | 0.92 | 0.69 |
| Hex | F9 | 67 | C9 | 0 | 3B | 13 | 2 | 140 | 5C | 45 |
| Octal | 371 | 147 | 311 | 0 | 73 | 23 | 2 | 500 | 134 | 105 |
| Binary | 11111001 | 1100111 | 11001001 | 0 | 111011 | 10011 | 10 | 101000000 | 1011100 | 1000101 |
Color Harmonies of #F967C9
Complementary color
Monochromatic Colors of #F967C9
Black with #F967C9
Text Example
Text Example
White with #F967C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F967C9; }
p { color: rgb(249,103,201); }
H1.HeaderClassName
{
color: #F967C9;
}
.AnyTagClassName
{
color: #F967C9;
}
</style>
background-color css
<style>
a { background-color: #F967C9; }
a { background-color: rgb(249,103,201); }
div.DivClassName
{
background-color: #F967C9;
}
.BgClassName
{
background-color: #F967C9;
}
</style>
border-color css
<style>
span { border-color: #F967C9; }
span { border-color: rgb(249,103,201); }
td.TdClassName
{
border-color: #F967C9;
}
.TagClassName
{
border-color: #F967C9;
}
</style>