Shades of Neon Pink #F965C9
Tints of Neon Pink #F965C9
RGB
CMYK
RGB Variations
Color information
#F965C9 (or 0xF965C9) is known color: Neon Pink. HEX triplet: F9, 65 and C9. RGB value is (249,101,201). Sum of RGB (Red+Green+Blue) = 249+101+201=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F965C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965C9 is #069A36. Grayscale: #9C9C9C. Windows color (decimal): -432695 or 13198841. OLE color: 13198841.
HSL color Cylindrical-coordinate representation of color #F965C9: hue angle of 319.46º 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 #F965C9 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 201 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.02 |
| HSL | 319.46º | 0.93% | 0.69% | - |
| HSV(B) | 319.46º | 0.59% | 0.98% | - |
| XYZ | 54.26 | 33.66 | 58.9 | - |
| YUV | 156.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 201 | 0 | 0.59 | 0.19 | 0.02 | 319.46 | 0.93 | 0.69 |
| Hex | F9 | 65 | C9 | 0 | 3B | 13 | 2 | 13F | 5C | 45 |
| Octal | 371 | 145 | 311 | 0 | 73 | 23 | 2 | 477 | 134 | 105 |
| Binary | 11111001 | 1100101 | 11001001 | 0 | 111011 | 10011 | 10 | 100111111 | 1011100 | 1000101 |
Color Harmonies of #F965C9
Complementary color
Monochromatic Colors of #F965C9
Black with #F965C9
Text Example
Text Example
White with #F965C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965C9; }
p { color: rgb(249,101,201); }
H1.HeaderClassName
{
color: #F965C9;
}
.AnyTagClassName
{
color: #F965C9;
}
</style>
background-color css
<style>
a { background-color: #F965C9; }
a { background-color: rgb(249,101,201); }
div.DivClassName
{
background-color: #F965C9;
}
.BgClassName
{
background-color: #F965C9;
}
</style>
border-color css
<style>
span { border-color: #F965C9; }
span { border-color: rgb(249,101,201); }
td.TdClassName
{
border-color: #F965C9;
}
.TagClassName
{
border-color: #F965C9;
}
</style>