Shades of Neon Pink #F969C5
Tints of Neon Pink #F969C5
RGB
CMYK
RGB Variations
Color information
#F969C5 (or 0xF969C5) is known color: Neon Pink. HEX triplet: F9, 69 and C5. RGB value is (249,105,197). Sum of RGB (Red+Green+Blue) = 249+105+197=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F969C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969C5 is #06963A. Grayscale: #9E9E9E. Windows color (decimal): -431675 or 12937721. OLE color: 12937721.
HSL color Cylindrical-coordinate representation of color #F969C5: hue angle of 321.67º 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 #F969C5 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 197 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.02 |
| HSL | 321.67º | 0.92% | 0.69% | - |
| HSV(B) | 321.67º | 0.58% | 0.98% | - |
| XYZ | 54.2 | 34.27 | 56.58 | - |
| YUV | 158.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 197 | 0 | 0.58 | 0.21 | 0.02 | 321.67 | 0.92 | 0.69 |
| Hex | F9 | 69 | C5 | 0 | 3A | 15 | 2 | 142 | 5C | 45 |
| Octal | 371 | 151 | 305 | 0 | 72 | 25 | 2 | 502 | 134 | 105 |
| Binary | 11111001 | 1101001 | 11000101 | 0 | 111010 | 10101 | 10 | 101000010 | 1011100 | 1000101 |
Color Harmonies of #F969C5
Complementary color
Monochromatic Colors of #F969C5
Black with #F969C5
Text Example
Text Example
White with #F969C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F969C5; }
p { color: rgb(249,105,197); }
H1.HeaderClassName
{
color: #F969C5;
}
.AnyTagClassName
{
color: #F969C5;
}
</style>
background-color css
<style>
a { background-color: #F969C5; }
a { background-color: rgb(249,105,197); }
div.DivClassName
{
background-color: #F969C5;
}
.BgClassName
{
background-color: #F969C5;
}
</style>
border-color css
<style>
span { border-color: #F969C5; }
span { border-color: rgb(249,105,197); }
td.TdClassName
{
border-color: #F969C5;
}
.TagClassName
{
border-color: #F969C5;
}
</style>