Shades of Neon Pink #F96ECF
Tints of Neon Pink #F96ECF
RGB
CMYK
RGB Variations
Color information
#F96ECF (or 0xF96ECF) is known color: Neon Pink. HEX triplet: F9, 6E and CF. RGB value is (249,110,207). Sum of RGB (Red+Green+Blue) = 249+110+207=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ECF is #069130. Grayscale: #A2A2A2. Windows color (decimal): -430385 or 13594361. OLE color: 13594361.
HSL color Cylindrical-coordinate representation of color #F96ECF: hue angle of 318.13º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96ECF is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 207 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.02 |
| HSL | 318.13º | 0.92% | 0.7% | - |
| HSV(B) | 318.13º | 0.56% | 0.98% | - |
| XYZ | 55.91 | 35.8 | 62.99 | - |
| YUV | 162.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 207 | 0 | 0.56 | 0.17 | 0.02 | 318.13 | 0.92 | 0.7 |
| Hex | F9 | 6E | CF | 0 | 38 | 11 | 2 | 13E | 5C | 46 |
| Octal | 371 | 156 | 317 | 0 | 70 | 21 | 2 | 476 | 134 | 106 |
| Binary | 11111001 | 1101110 | 11001111 | 0 | 111000 | 10001 | 10 | 100111110 | 1011100 | 1000110 |
Color Harmonies of #F96ECF
Complementary color
Monochromatic Colors of #F96ECF
Black with #F96ECF
Text Example
Text Example
White with #F96ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96ECF; }
p { color: rgb(249,110,207); }
H1.HeaderClassName
{
color: #F96ECF;
}
.AnyTagClassName
{
color: #F96ECF;
}
</style>
background-color css
<style>
a { background-color: #F96ECF; }
a { background-color: rgb(249,110,207); }
div.DivClassName
{
background-color: #F96ECF;
}
.BgClassName
{
background-color: #F96ECF;
}
</style>
border-color css
<style>
span { border-color: #F96ECF; }
span { border-color: rgb(249,110,207); }
td.TdClassName
{
border-color: #F96ECF;
}
.TagClassName
{
border-color: #F96ECF;
}
</style>