Shades of Neon Pink #F965D9
Tints of Neon Pink #F965D9
RGB
CMYK
RGB Variations
Color information
#F965D9 (or 0xF965D9) is known color: Neon Pink. HEX triplet: F9, 65 and D9. RGB value is (249,101,217). Sum of RGB (Red+Green+Blue) = 249+101+217=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F965D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965D9 is #069A26. Grayscale: #9E9E9E. Windows color (decimal): -432679 or 14247417. OLE color: 14247417.
HSL color Cylindrical-coordinate representation of color #F965D9: hue angle of 312.97º degrees, saturation: 0.93, 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 #F965D9 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 217 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.02 |
| HSL | 312.97º | 0.93% | 0.69% | - |
| HSV(B) | 312.97º | 0.59% | 0.98% | - |
| XYZ | 56.24 | 34.46 | 69.33 | - |
| YUV | 158.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 217 | 0 | 0.59 | 0.13 | 0.02 | 312.97 | 0.93 | 0.69 |
| Hex | F9 | 65 | D9 | 0 | 3B | D | 2 | 139 | 5C | 45 |
| Octal | 371 | 145 | 331 | 0 | 73 | 15 | 2 | 471 | 134 | 105 |
| Binary | 11111001 | 1100101 | 11011001 | 0 | 111011 | 1101 | 10 | 100111001 | 1011100 | 1000101 |
Color Harmonies of #F965D9
Complementary color
Monochromatic Colors of #F965D9
Black with #F965D9
Text Example
Text Example
White with #F965D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965D9; }
p { color: rgb(249,101,217); }
H1.HeaderClassName
{
color: #F965D9;
}
.AnyTagClassName
{
color: #F965D9;
}
</style>
background-color css
<style>
a { background-color: #F965D9; }
a { background-color: rgb(249,101,217); }
div.DivClassName
{
background-color: #F965D9;
}
.BgClassName
{
background-color: #F965D9;
}
</style>
border-color css
<style>
span { border-color: #F965D9; }
span { border-color: rgb(249,101,217); }
td.TdClassName
{
border-color: #F965D9;
}
.TagClassName
{
border-color: #F965D9;
}
</style>