Shades of Neon Pink #F866D7
Tints of Neon Pink #F866D7
RGB
CMYK
RGB Variations
Color information
#F866D7 (or 0xF866D7) is known color: Neon Pink. HEX triplet: F8, 66 and D7. RGB value is (248,102,215). Sum of RGB (Red+Green+Blue) = 248+102+215=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F866D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866D7 is #079928. Grayscale: #9E9E9E. Windows color (decimal): -497961 or 14116600. OLE color: 14116600.
HSL color Cylindrical-coordinate representation of color #F866D7: hue angle of 313.56º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F866D7 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 215 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.03 |
| HSL | 313.56º | 0.91% | 0.69% | - |
| HSV(B) | 313.56º | 0.59% | 0.97% | - |
| XYZ | 55.73 | 34.37 | 67.99 | - |
| YUV | 158.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 215 | 0 | 0.59 | 0.13 | 0.03 | 313.56 | 0.91 | 0.69 |
| Hex | F8 | 66 | D7 | 0 | 3B | D | 3 | 13A | 5B | 45 |
| Octal | 370 | 146 | 327 | 0 | 73 | 15 | 3 | 472 | 133 | 105 |
| Binary | 11111000 | 1100110 | 11010111 | 0 | 111011 | 1101 | 11 | 100111010 | 1011011 | 1000101 |
Color Harmonies of #F866D7
Complementary color
Monochromatic Colors of #F866D7
Black with #F866D7
Text Example
Text Example
White with #F866D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866D7; }
p { color: rgb(248,102,215); }
H1.HeaderClassName
{
color: #F866D7;
}
.AnyTagClassName
{
color: #F866D7;
}
</style>
background-color css
<style>
a { background-color: #F866D7; }
a { background-color: rgb(248,102,215); }
div.DivClassName
{
background-color: #F866D7;
}
.BgClassName
{
background-color: #F866D7;
}
</style>
border-color css
<style>
span { border-color: #F866D7; }
span { border-color: rgb(248,102,215); }
td.TdClassName
{
border-color: #F866D7;
}
.TagClassName
{
border-color: #F866D7;
}
</style>