Shades of Neon Pink #F968C3
Tints of Neon Pink #F968C3
RGB
CMYK
RGB Variations
Color information
#F968C3 (or 0xF968C3) is known color: Neon Pink. HEX triplet: F9, 68 and C3. RGB value is (249,104,195). Sum of RGB (Red+Green+Blue) = 249+104+195=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F968C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968C3 is #06973C. Grayscale: #9D9D9D. Windows color (decimal): -431933 or 12806393. OLE color: 12806393.
HSL color Cylindrical-coordinate representation of color #F968C3: hue angle of 322.34º 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 #F968C3 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 195 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.02 |
| HSL | 322.34º | 0.92% | 0.69% | - |
| HSV(B) | 322.34º | 0.58% | 0.98% | - |
| XYZ | 53.87 | 33.98 | 55.35 | - |
| YUV | 157.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 195 | 0 | 0.58 | 0.22 | 0.02 | 322.34 | 0.92 | 0.69 |
| Hex | F9 | 68 | C3 | 0 | 3A | 16 | 2 | 142 | 5C | 45 |
| Octal | 371 | 150 | 303 | 0 | 72 | 26 | 2 | 502 | 134 | 105 |
| Binary | 11111001 | 1101000 | 11000011 | 0 | 111010 | 10110 | 10 | 101000010 | 1011100 | 1000101 |
Color Harmonies of #F968C3
Complementary color
Monochromatic Colors of #F968C3
Black with #F968C3
Text Example
Text Example
White with #F968C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F968C3; }
p { color: rgb(249,104,195); }
H1.HeaderClassName
{
color: #F968C3;
}
.AnyTagClassName
{
color: #F968C3;
}
</style>
background-color css
<style>
a { background-color: #F968C3; }
a { background-color: rgb(249,104,195); }
div.DivClassName
{
background-color: #F968C3;
}
.BgClassName
{
background-color: #F968C3;
}
</style>
border-color css
<style>
span { border-color: #F968C3; }
span { border-color: rgb(249,104,195); }
td.TdClassName
{
border-color: #F968C3;
}
.TagClassName
{
border-color: #F968C3;
}
</style>