Shades of Neon Pink #F967D9
Tints of Neon Pink #F967D9
RGB
CMYK
RGB Variations
Color information
#F967D9 (or 0xF967D9) is known color: Neon Pink. HEX triplet: F9, 67 and D9. RGB value is (249,103,217). Sum of RGB (Red+Green+Blue) = 249+103+217=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 103 (40.62% from 255 or 18.10% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F967D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967D9 is #069826. Grayscale: #9F9F9F. Windows color (decimal): -432167 or 14247929. OLE color: 14247929.
HSL color Cylindrical-coordinate representation of color #F967D9: hue angle of 313.15º 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 #F967D9 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 217 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.02 |
| HSL | 313.15º | 0.92% | 0.69% | - |
| HSV(B) | 313.15º | 0.59% | 0.98% | - |
| XYZ | 56.44 | 34.85 | 69.4 | - |
| YUV | 159.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 217 | 0 | 0.59 | 0.13 | 0.02 | 313.15 | 0.92 | 0.69 |
| Hex | F9 | 67 | D9 | 0 | 3B | D | 2 | 139 | 5C | 45 |
| Octal | 371 | 147 | 331 | 0 | 73 | 15 | 2 | 471 | 134 | 105 |
| Binary | 11111001 | 1100111 | 11011001 | 0 | 111011 | 1101 | 10 | 100111001 | 1011100 | 1000101 |
Color Harmonies of #F967D9
Complementary color
Monochromatic Colors of #F967D9
Black with #F967D9
Text Example
Text Example
White with #F967D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F967D9; }
p { color: rgb(249,103,217); }
H1.HeaderClassName
{
color: #F967D9;
}
.AnyTagClassName
{
color: #F967D9;
}
</style>
background-color css
<style>
a { background-color: #F967D9; }
a { background-color: rgb(249,103,217); }
div.DivClassName
{
background-color: #F967D9;
}
.BgClassName
{
background-color: #F967D9;
}
</style>
border-color css
<style>
span { border-color: #F967D9; }
span { border-color: rgb(249,103,217); }
td.TdClassName
{
border-color: #F967D9;
}
.TagClassName
{
border-color: #F967D9;
}
</style>