Shades of Neon Pink #F86FCD
Tints of Neon Pink #F86FCD
RGB
CMYK
RGB Variations
Color information
#F86FCD (or 0xF86FCD) is known color: Neon Pink. HEX triplet: F8, 6F and CD. RGB value is (248,111,205). Sum of RGB (Red+Green+Blue) = 248+111+205=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FCD is #079032. Grayscale: #A2A2A2. Windows color (decimal): -495667 or 13463544. OLE color: 13463544.
HSL color Cylindrical-coordinate representation of color #F86FCD: hue angle of 318.83º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86FCD is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 111 | 205 | - |
CMYK | 0 | 0.55 | 0.17 | 0.03 |
HSL | 318.83º | 0.91% | 0.7% | - |
HSV(B) | 318.83º | 0.55% | 0.97% | - |
XYZ | 55.42 | 35.73 | 61.73 | - |
YUV | 162.68 | 151.89 | 188.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 111 | 205 | 0 | 0.55 | 0.17 | 0.03 | 318.83 | 0.91 | 0.7 |
Hex | F8 | 6F | CD | 0 | 37 | 11 | 3 | 13F | 5B | 46 |
Octal | 370 | 157 | 315 | 0 | 67 | 21 | 3 | 477 | 133 | 106 |
Binary | 11111000 | 1101111 | 11001101 | 0 | 110111 | 10001 | 11 | 100111111 | 1011011 | 1000110 |
Color Harmonies of #F86FCD
Complementary color
Monochromatic Colors of #F86FCD
Black with #F86FCD
Text Example
Text Example
White with #F86FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86FCD; }
p { color: rgb(248,111,205); }
H1.HeaderClassName
{
color: #F86FCD;
}
.AnyTagClassName
{
color: #F86FCD;
}
</style>
background-color css
<style>
a { background-color: #F86FCD; }
a { background-color: rgb(248,111,205); }
div.DivClassName
{
background-color: #F86FCD;
}
.BgClassName
{
background-color: #F86FCD;
}
</style>
border-color css
<style>
span { border-color: #F86FCD; }
span { border-color: rgb(248,111,205); }
td.TdClassName
{
border-color: #F86FCD;
}
.TagClassName
{
border-color: #F86FCD;
}
</style>