Shades of Neon Pink #F865CE
Tints of Neon Pink #F865CE
RGB
CMYK
RGB Variations
Color information
#F865CE (or 0xF865CE) is known color: Neon Pink. HEX triplet: F8, 65 and CE. RGB value is (248,101,206). Sum of RGB (Red+Green+Blue) = 248+101+206=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F865CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865CE is #079A31. Grayscale: #9C9C9C. Windows color (decimal): -498226 or 13526520. OLE color: 13526520.
HSL color Cylindrical-coordinate representation of color #F865CE: hue angle of 317.14º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F865CE is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 206 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.03 |
| HSL | 317.14º | 0.91% | 0.68% | - |
| HSV(B) | 317.14º | 0.59% | 0.97% | - |
| XYZ | 54.51 | 33.72 | 62.03 | - |
| YUV | 156.92 | 155.7 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 206 | 0 | 0.59 | 0.17 | 0.03 | 317.14 | 0.91 | 0.68 |
| Hex | F8 | 65 | CE | 0 | 3B | 11 | 3 | 13D | 5B | 44 |
| Octal | 370 | 145 | 316 | 0 | 73 | 21 | 3 | 475 | 133 | 104 |
| Binary | 11111000 | 1100101 | 11001110 | 0 | 111011 | 10001 | 11 | 100111101 | 1011011 | 1000100 |
Color Harmonies of #F865CE
Complementary color
Monochromatic Colors of #F865CE
Black with #F865CE
Text Example
Text Example
White with #F865CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F865CE; }
p { color: rgb(248,101,206); }
H1.HeaderClassName
{
color: #F865CE;
}
.AnyTagClassName
{
color: #F865CE;
}
</style>
background-color css
<style>
a { background-color: #F865CE; }
a { background-color: rgb(248,101,206); }
div.DivClassName
{
background-color: #F865CE;
}
.BgClassName
{
background-color: #F865CE;
}
</style>
border-color css
<style>
span { border-color: #F865CE; }
span { border-color: rgb(248,101,206); }
td.TdClassName
{
border-color: #F865CE;
}
.TagClassName
{
border-color: #F865CE;
}
</style>