Shades of Neon Pink #F868CA
Tints of Neon Pink #F868CA
RGB
CMYK
RGB Variations
Color information
#F868CA (or 0xF868CA) is known color: Neon Pink. HEX triplet: F8, 68 and CA. RGB value is (248,104,202). Sum of RGB (Red+Green+Blue) = 248+104+202=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F868CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F868CA is #079735. Grayscale: #9D9D9D. Windows color (decimal): -497462 or 13265144. OLE color: 13265144.
HSL color Cylindrical-coordinate representation of color #F868CA: hue angle of 319.17º 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 #F868CA is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 202 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.03 |
| HSL | 319.17º | 0.91% | 0.69% | - |
| HSV(B) | 319.17º | 0.58% | 0.97% | - |
| XYZ | 54.32 | 34.12 | 59.6 | - |
| YUV | 158.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 202 | 0 | 0.58 | 0.19 | 0.03 | 319.17 | 0.91 | 0.69 |
| Hex | F8 | 68 | CA | 0 | 3A | 13 | 3 | 13F | 5B | 45 |
| Octal | 370 | 150 | 312 | 0 | 72 | 23 | 3 | 477 | 133 | 105 |
| Binary | 11111000 | 1101000 | 11001010 | 0 | 111010 | 10011 | 11 | 100111111 | 1011011 | 1000101 |
Color Harmonies of #F868CA
Complementary color
Monochromatic Colors of #F868CA
Black with #F868CA
Text Example
Text Example
White with #F868CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F868CA; }
p { color: rgb(248,104,202); }
H1.HeaderClassName
{
color: #F868CA;
}
.AnyTagClassName
{
color: #F868CA;
}
</style>
background-color css
<style>
a { background-color: #F868CA; }
a { background-color: rgb(248,104,202); }
div.DivClassName
{
background-color: #F868CA;
}
.BgClassName
{
background-color: #F868CA;
}
</style>
border-color css
<style>
span { border-color: #F868CA; }
span { border-color: rgb(248,104,202); }
td.TdClassName
{
border-color: #F868CA;
}
.TagClassName
{
border-color: #F868CA;
}
</style>