Shades of Neon Pink #F866CB
Tints of Neon Pink #F866CB
RGB
CMYK
RGB Variations
Color information
#F866CB (or 0xF866CB) is known color: Neon Pink. HEX triplet: F8, 66 and CB. RGB value is (248,102,203). Sum of RGB (Red+Green+Blue) = 248+102+203=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F866CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866CB is #079934. Grayscale: #9C9C9C. Windows color (decimal): -497973 or 13330168. OLE color: 13330168.
HSL color Cylindrical-coordinate representation of color #F866CB: hue angle of 318.49º 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 #F866CB is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 203 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.03 |
| HSL | 318.49º | 0.91% | 0.69% | - |
| HSV(B) | 318.49º | 0.59% | 0.97% | - |
| XYZ | 54.24 | 33.77 | 60.16 | - |
| YUV | 157.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 203 | 0 | 0.59 | 0.18 | 0.03 | 318.49 | 0.91 | 0.69 |
| Hex | F8 | 66 | CB | 0 | 3B | 12 | 3 | 13E | 5B | 45 |
| Octal | 370 | 146 | 313 | 0 | 73 | 22 | 3 | 476 | 133 | 105 |
| Binary | 11111000 | 1100110 | 11001011 | 0 | 111011 | 10010 | 11 | 100111110 | 1011011 | 1000101 |
Color Harmonies of #F866CB
Complementary color
Monochromatic Colors of #F866CB
Black with #F866CB
Text Example
Text Example
White with #F866CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866CB; }
p { color: rgb(248,102,203); }
H1.HeaderClassName
{
color: #F866CB;
}
.AnyTagClassName
{
color: #F866CB;
}
</style>
background-color css
<style>
a { background-color: #F866CB; }
a { background-color: rgb(248,102,203); }
div.DivClassName
{
background-color: #F866CB;
}
.BgClassName
{
background-color: #F866CB;
}
</style>
border-color css
<style>
span { border-color: #F866CB; }
span { border-color: rgb(248,102,203); }
td.TdClassName
{
border-color: #F866CB;
}
.TagClassName
{
border-color: #F866CB;
}
</style>