Shades of Neon Pink #F969C0
Tints of Neon Pink #F969C0
RGB
CMYK
RGB Variations
Color information
#F969C0 (or 0xF969C0) is known color: Neon Pink. HEX triplet: F9, 69 and C0. RGB value is (249,105,192). Sum of RGB (Red+Green+Blue) = 249+105+192=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F969C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969C0 is #06963F. Grayscale: #9D9D9D. Windows color (decimal): -431680 or 12610041. OLE color: 12610041.
HSL color Cylindrical-coordinate representation of color #F969C0: hue angle of 323.75º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F969C0 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 192 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.02 |
| HSL | 323.75º | 0.92% | 0.69% | - |
| HSV(B) | 323.75º | 0.58% | 0.98% | - |
| XYZ | 53.63 | 34.05 | 53.61 | - |
| YUV | 157.97 | 147.21 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 192 | 0 | 0.58 | 0.23 | 0.02 | 323.75 | 0.92 | 0.69 |
| Hex | F9 | 69 | C0 | 0 | 3A | 17 | 2 | 144 | 5C | 45 |
| Octal | 371 | 151 | 300 | 0 | 72 | 27 | 2 | 504 | 134 | 105 |
| Binary | 11111001 | 1101001 | 11000000 | 0 | 111010 | 10111 | 10 | 101000100 | 1011100 | 1000101 |
Color Harmonies of #F969C0
Complementary color
Monochromatic Colors of #F969C0
Black with #F969C0
Text Example
Text Example
White with #F969C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F969C0; }
p { color: rgb(249,105,192); }
H1.HeaderClassName
{
color: #F969C0;
}
.AnyTagClassName
{
color: #F969C0;
}
</style>
background-color css
<style>
a { background-color: #F969C0; }
a { background-color: rgb(249,105,192); }
div.DivClassName
{
background-color: #F969C0;
}
.BgClassName
{
background-color: #F969C0;
}
</style>
border-color css
<style>
span { border-color: #F969C0; }
span { border-color: rgb(249,105,192); }
td.TdClassName
{
border-color: #F969C0;
}
.TagClassName
{
border-color: #F969C0;
}
</style>