Shades of Neon Pink #F865C0
Tints of Neon Pink #F865C0
RGB
CMYK
RGB Variations
Color information
#F865C0 (or 0xF865C0) is known color: Neon Pink. HEX triplet: F8, 65 and C0. RGB value is (248,101,192). Sum of RGB (Red+Green+Blue) = 248+101+192=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F865C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865C0 is #079A3F. Grayscale: #9B9B9B. Windows color (decimal): -498240 or 12609016. OLE color: 12609016.
HSL color Cylindrical-coordinate representation of color #F865C0: hue angle of 322.86º 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 #F865C0 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 192 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.03 |
| HSL | 322.86º | 0.91% | 0.68% | - |
| HSV(B) | 322.86º | 0.59% | 0.97% | - |
| XYZ | 52.88 | 33.07 | 53.47 | - |
| YUV | 155.33 | 148.7 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 192 | 0 | 0.59 | 0.23 | 0.03 | 322.86 | 0.91 | 0.68 |
| Hex | F8 | 65 | C0 | 0 | 3B | 17 | 3 | 143 | 5B | 44 |
| Octal | 370 | 145 | 300 | 0 | 73 | 27 | 3 | 503 | 133 | 104 |
| Binary | 11111000 | 1100101 | 11000000 | 0 | 111011 | 10111 | 11 | 101000011 | 1011011 | 1000100 |
Color Harmonies of #F865C0
Complementary color
Monochromatic Colors of #F865C0
Black with #F865C0
Text Example
Text Example
White with #F865C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F865C0; }
p { color: rgb(248,101,192); }
H1.HeaderClassName
{
color: #F865C0;
}
.AnyTagClassName
{
color: #F865C0;
}
</style>
background-color css
<style>
a { background-color: #F865C0; }
a { background-color: rgb(248,101,192); }
div.DivClassName
{
background-color: #F865C0;
}
.BgClassName
{
background-color: #F865C0;
}
</style>
border-color css
<style>
span { border-color: #F865C0; }
span { border-color: rgb(248,101,192); }
td.TdClassName
{
border-color: #F865C0;
}
.TagClassName
{
border-color: #F865C0;
}
</style>