Shades of Neon Pink #F86DCD
Tints of Neon Pink #F86DCD
RGB
CMYK
RGB Variations
Color information
#F86DCD (or 0xF86DCD) is known color: Neon Pink. HEX triplet: F8, 6D and CD. RGB value is (248,109,205). Sum of RGB (Red+Green+Blue) = 248+109+205=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F86DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86DCD is #079232. Grayscale: #A1A1A1. Windows color (decimal): -496179 or 13463032. OLE color: 13463032.
HSL color Cylindrical-coordinate representation of color #F86DCD: hue angle of 318.56º 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 #F86DCD is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 205 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.03 |
| HSL | 318.56º | 0.91% | 0.7% | - |
| HSV(B) | 318.56º | 0.56% | 0.97% | - |
| XYZ | 55.2 | 35.3 | 61.66 | - |
| YUV | 161.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 205 | 0 | 0.56 | 0.17 | 0.03 | 318.56 | 0.91 | 0.7 |
| Hex | F8 | 6D | CD | 0 | 38 | 11 | 3 | 13F | 5B | 46 |
| Octal | 370 | 155 | 315 | 0 | 70 | 21 | 3 | 477 | 133 | 106 |
| Binary | 11111000 | 1101101 | 11001101 | 0 | 111000 | 10001 | 11 | 100111111 | 1011011 | 1000110 |
Color Harmonies of #F86DCD
Complementary color
Monochromatic Colors of #F86DCD
Black with #F86DCD
Text Example
Text Example
White with #F86DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86DCD; }
p { color: rgb(248,109,205); }
H1.HeaderClassName
{
color: #F86DCD;
}
.AnyTagClassName
{
color: #F86DCD;
}
</style>
background-color css
<style>
a { background-color: #F86DCD; }
a { background-color: rgb(248,109,205); }
div.DivClassName
{
background-color: #F86DCD;
}
.BgClassName
{
background-color: #F86DCD;
}
</style>
border-color css
<style>
span { border-color: #F86DCD; }
span { border-color: rgb(248,109,205); }
td.TdClassName
{
border-color: #F86DCD;
}
.TagClassName
{
border-color: #F86DCD;
}
</style>