Shades of Neon Pink #F869C2
Tints of Neon Pink #F869C2
RGB
CMYK
RGB Variations
Color information
#F869C2 (or 0xF869C2) is known color: Neon Pink. HEX triplet: F8, 69 and C2. RGB value is (248,105,194). Sum of RGB (Red+Green+Blue) = 248+105+194=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F869C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869C2 is #07963D. Grayscale: #9D9D9D. Windows color (decimal): -497214 or 12741112. OLE color: 12741112.
HSL color Cylindrical-coordinate representation of color #F869C2: hue angle of 322.66º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F869C2 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 194 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.03 |
| HSL | 322.66º | 0.91% | 0.69% | - |
| HSV(B) | 322.66º | 0.58% | 0.97% | - |
| XYZ | 53.5 | 33.95 | 54.77 | - |
| YUV | 157.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 194 | 0 | 0.58 | 0.22 | 0.03 | 322.66 | 0.91 | 0.69 |
| Hex | F8 | 69 | C2 | 0 | 3A | 16 | 3 | 143 | 5B | 45 |
| Octal | 370 | 151 | 302 | 0 | 72 | 26 | 3 | 503 | 133 | 105 |
| Binary | 11111000 | 1101001 | 11000010 | 0 | 111010 | 10110 | 11 | 101000011 | 1011011 | 1000101 |
Color Harmonies of #F869C2
Complementary color
Monochromatic Colors of #F869C2
Black with #F869C2
Text Example
Text Example
White with #F869C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F869C2; }
p { color: rgb(248,105,194); }
H1.HeaderClassName
{
color: #F869C2;
}
.AnyTagClassName
{
color: #F869C2;
}
</style>
background-color css
<style>
a { background-color: #F869C2; }
a { background-color: rgb(248,105,194); }
div.DivClassName
{
background-color: #F869C2;
}
.BgClassName
{
background-color: #F869C2;
}
</style>
border-color css
<style>
span { border-color: #F869C2; }
span { border-color: rgb(248,105,194); }
td.TdClassName
{
border-color: #F869C2;
}
.TagClassName
{
border-color: #F869C2;
}
</style>