Shades of Neon Pink #F866CA
Tints of Neon Pink #F866CA
RGB
CMYK
RGB Variations
Color information
#F866CA (or 0xF866CA) is known color: Neon Pink. HEX triplet: F8, 66 and CA. RGB value is (248,102,202). Sum of RGB (Red+Green+Blue) = 248+102+202=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F866CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866CA is #079935. Grayscale: #9C9C9C. Windows color (decimal): -497974 or 13264632. OLE color: 13264632.
HSL color Cylindrical-coordinate representation of color #F866CA: hue angle of 318.9º 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 #F866CA is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 202 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.03 |
| HSL | 318.9º | 0.91% | 0.69% | - |
| HSV(B) | 318.9º | 0.59% | 0.97% | - |
| XYZ | 54.12 | 33.72 | 59.53 | - |
| YUV | 157.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 202 | 0 | 0.59 | 0.19 | 0.03 | 318.9 | 0.91 | 0.69 |
| Hex | F8 | 66 | CA | 0 | 3B | 13 | 3 | 13F | 5B | 45 |
| Octal | 370 | 146 | 312 | 0 | 73 | 23 | 3 | 477 | 133 | 105 |
| Binary | 11111000 | 1100110 | 11001010 | 0 | 111011 | 10011 | 11 | 100111111 | 1011011 | 1000101 |
Color Harmonies of #F866CA
Complementary color
Monochromatic Colors of #F866CA
Black with #F866CA
Text Example
Text Example
White with #F866CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866CA; }
p { color: rgb(248,102,202); }
H1.HeaderClassName
{
color: #F866CA;
}
.AnyTagClassName
{
color: #F866CA;
}
</style>
background-color css
<style>
a { background-color: #F866CA; }
a { background-color: rgb(248,102,202); }
div.DivClassName
{
background-color: #F866CA;
}
.BgClassName
{
background-color: #F866CA;
}
</style>
border-color css
<style>
span { border-color: #F866CA; }
span { border-color: rgb(248,102,202); }
td.TdClassName
{
border-color: #F866CA;
}
.TagClassName
{
border-color: #F866CA;
}
</style>