Shades of Neon Pink #F969D4
Tints of Neon Pink #F969D4
RGB
CMYK
RGB Variations
Color information
#F969D4 (or 0xF969D4) is known color: Neon Pink. HEX triplet: F9, 69 and D4. RGB value is (249,105,212). Sum of RGB (Red+Green+Blue) = 249+105+212=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F969D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969D4 is #06962B. Grayscale: #9F9F9F. Windows color (decimal): -431660 or 13920761. OLE color: 13920761.
HSL color Cylindrical-coordinate representation of color #F969D4: hue angle of 315.42º 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 #F969D4 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 212 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.02 |
| HSL | 315.42º | 0.92% | 0.69% | - |
| HSV(B) | 315.42º | 0.58% | 0.98% | - |
| XYZ | 56 | 35 | 66.09 | - |
| YUV | 160.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 212 | 0 | 0.58 | 0.15 | 0.02 | 315.42 | 0.92 | 0.69 |
| Hex | F9 | 69 | D4 | 0 | 3A | F | 2 | 13B | 5C | 45 |
| Octal | 371 | 151 | 324 | 0 | 72 | 17 | 2 | 473 | 134 | 105 |
| Binary | 11111001 | 1101001 | 11010100 | 0 | 111010 | 1111 | 10 | 100111011 | 1011100 | 1000101 |
Color Harmonies of #F969D4
Complementary color
Monochromatic Colors of #F969D4
Black with #F969D4
Text Example
Text Example
White with #F969D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F969D4; }
p { color: rgb(249,105,212); }
H1.HeaderClassName
{
color: #F969D4;
}
.AnyTagClassName
{
color: #F969D4;
}
</style>
background-color css
<style>
a { background-color: #F969D4; }
a { background-color: rgb(249,105,212); }
div.DivClassName
{
background-color: #F969D4;
}
.BgClassName
{
background-color: #F969D4;
}
</style>
border-color css
<style>
span { border-color: #F969D4; }
span { border-color: rgb(249,105,212); }
td.TdClassName
{
border-color: #F969D4;
}
.TagClassName
{
border-color: #F969D4;
}
</style>