Shades of Neon Pink #F865C8
Tints of Neon Pink #F865C8
RGB
CMYK
RGB Variations
Color information
#F865C8 (or 0xF865C8) is known color: Neon Pink. HEX triplet: F8, 65 and C8. RGB value is (248,101,200). Sum of RGB (Red+Green+Blue) = 248+101+200=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F865C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865C8 is #079A37. Grayscale: #9B9B9B. Windows color (decimal): -498232 or 13133304. OLE color: 13133304.
HSL color Cylindrical-coordinate representation of color #F865C8: hue angle of 319.59º 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 #F865C8 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 200 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.03 |
| HSL | 319.59º | 0.91% | 0.68% | - |
| HSV(B) | 319.59º | 0.59% | 0.97% | - |
| XYZ | 53.79 | 33.43 | 58.26 | - |
| YUV | 156.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 200 | 0 | 0.59 | 0.19 | 0.03 | 319.59 | 0.91 | 0.68 |
| Hex | F8 | 65 | C8 | 0 | 3B | 13 | 3 | 140 | 5B | 44 |
| Octal | 370 | 145 | 310 | 0 | 73 | 23 | 3 | 500 | 133 | 104 |
| Binary | 11111000 | 1100101 | 11001000 | 0 | 111011 | 10011 | 11 | 101000000 | 1011011 | 1000100 |
Color Harmonies of #F865C8
Complementary color
Monochromatic Colors of #F865C8
Black with #F865C8
Text Example
Text Example
White with #F865C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F865C8; }
p { color: rgb(248,101,200); }
H1.HeaderClassName
{
color: #F865C8;
}
.AnyTagClassName
{
color: #F865C8;
}
</style>
background-color css
<style>
a { background-color: #F865C8; }
a { background-color: rgb(248,101,200); }
div.DivClassName
{
background-color: #F865C8;
}
.BgClassName
{
background-color: #F865C8;
}
</style>
border-color css
<style>
span { border-color: #F865C8; }
span { border-color: rgb(248,101,200); }
td.TdClassName
{
border-color: #F865C8;
}
.TagClassName
{
border-color: #F865C8;
}
</style>