Shades of Neon Pink #F866BF
Tints of Neon Pink #F866BF
RGB
CMYK
RGB Variations
Color information
#F866BF (or 0xF866BF) is known color: Neon Pink. HEX triplet: F8, 66 and BF. RGB value is (248,102,191). Sum of RGB (Red+Green+Blue) = 248+102+191=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F866BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866BF is #079940. Grayscale: #9B9B9B. Windows color (decimal): -497985 or 12543736. OLE color: 12543736.
HSL color Cylindrical-coordinate representation of color #F866BF: hue angle of 323.42º 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 #F866BF is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 191 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.03 |
| HSL | 323.42º | 0.91% | 0.69% | - |
| HSV(B) | 323.42º | 0.59% | 0.97% | - |
| XYZ | 52.87 | 33.22 | 52.92 | - |
| YUV | 155.8 | 147.87 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 191 | 0 | 0.59 | 0.23 | 0.03 | 323.42 | 0.91 | 0.69 |
| Hex | F8 | 66 | BF | 0 | 3B | 17 | 3 | 143 | 5B | 45 |
| Octal | 370 | 146 | 277 | 0 | 73 | 27 | 3 | 503 | 133 | 105 |
| Binary | 11111000 | 1100110 | 10111111 | 0 | 111011 | 10111 | 11 | 101000011 | 1011011 | 1000101 |
Color Harmonies of #F866BF
Complementary color
Monochromatic Colors of #F866BF
Black with #F866BF
Text Example
Text Example
White with #F866BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866BF; }
p { color: rgb(248,102,191); }
H1.HeaderClassName
{
color: #F866BF;
}
.AnyTagClassName
{
color: #F866BF;
}
</style>
background-color css
<style>
a { background-color: #F866BF; }
a { background-color: rgb(248,102,191); }
div.DivClassName
{
background-color: #F866BF;
}
.BgClassName
{
background-color: #F866BF;
}
</style>
border-color css
<style>
span { border-color: #F866BF; }
span { border-color: rgb(248,102,191); }
td.TdClassName
{
border-color: #F866BF;
}
.TagClassName
{
border-color: #F866BF;
}
</style>