Shades of Neon Pink #F86CCD
Tints of Neon Pink #F86CCD
RGB
CMYK
RGB Variations
Color information
#F86CCD (or 0xF86CCD) is known color: Neon Pink. HEX triplet: F8, 6C and CD. RGB value is (248,108,205). Sum of RGB (Red+Green+Blue) = 248+108+205=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CCD is #079332. Grayscale: #A0A0A0. Windows color (decimal): -496435 or 13462776. OLE color: 13462776.
HSL color Cylindrical-coordinate representation of color #F86CCD: hue angle of 318.43º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86CCD is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 205 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.03 |
| HSL | 318.43º | 0.91% | 0.7% | - |
| HSV(B) | 318.43º | 0.56% | 0.97% | - |
| XYZ | 55.09 | 35.09 | 61.63 | - |
| YUV | 160.92 | 152.88 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 205 | 0 | 0.56 | 0.17 | 0.03 | 318.43 | 0.91 | 0.7 |
| Hex | F8 | 6C | CD | 0 | 38 | 11 | 3 | 13E | 5B | 46 |
| Octal | 370 | 154 | 315 | 0 | 70 | 21 | 3 | 476 | 133 | 106 |
| Binary | 11111000 | 1101100 | 11001101 | 0 | 111000 | 10001 | 11 | 100111110 | 1011011 | 1000110 |
Color Harmonies of #F86CCD
Complementary color
Monochromatic Colors of #F86CCD
Black with #F86CCD
Text Example
Text Example
White with #F86CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86CCD; }
p { color: rgb(248,108,205); }
H1.HeaderClassName
{
color: #F86CCD;
}
.AnyTagClassName
{
color: #F86CCD;
}
</style>
background-color css
<style>
a { background-color: #F86CCD; }
a { background-color: rgb(248,108,205); }
div.DivClassName
{
background-color: #F86CCD;
}
.BgClassName
{
background-color: #F86CCD;
}
</style>
border-color css
<style>
span { border-color: #F86CCD; }
span { border-color: rgb(248,108,205); }
td.TdClassName
{
border-color: #F86CCD;
}
.TagClassName
{
border-color: #F86CCD;
}
</style>