Shades of Neon Pink #FF66BF
Tints of Neon Pink #FF66BF
RGB
CMYK
RGB Variations
Color information
#FF66BF (or 0xFF66BF) is known color: Neon Pink. HEX triplet: FF, 66 and BF. RGB value is (255,102,191). Sum of RGB (Red+Green+Blue) = 255+102+191=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66BF is #009940. Grayscale: #9D9D9D. Windows color (decimal): -39233 or 12543743. OLE color: 12543743.
HSL color Cylindrical-coordinate representation of color #FF66BF: hue angle of 325.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF66BF is Cyan = 0, Magento = 0.6, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 191 | - |
| CMYK | 0 | 0.6 | 0.25 | 0 |
| HSL | 325.1º | 1% | 0.7% | - |
| HSV(B) | 325.1º | 0.6% | 1% | - |
| XYZ | 55.4 | 34.52 | 53.03 | - |
| YUV | 157.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 191 | 0 | 0.6 | 0.25 | 0 | 325.1 | 1 | 0.7 |
| Hex | FF | 66 | BF | 0 | 3C | 19 | 0 | 145 | 64 | 46 |
| Octal | 377 | 146 | 277 | 0 | 74 | 31 | 0 | 505 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10111111 | 0 | 111100 | 11001 | 0 | 101000101 | 1100100 | 1000110 |
Color Harmonies of #FF66BF
Complementary color
Monochromatic Colors of #FF66BF
Black with #FF66BF
Text Example
Text Example
White with #FF66BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66BF; }
p { color: rgb(255,102,191); }
H1.HeaderClassName
{
color: #FF66BF;
}
.AnyTagClassName
{
color: #FF66BF;
}
</style>
background-color css
<style>
a { background-color: #FF66BF; }
a { background-color: rgb(255,102,191); }
div.DivClassName
{
background-color: #FF66BF;
}
.BgClassName
{
background-color: #FF66BF;
}
</style>
border-color css
<style>
span { border-color: #FF66BF; }
span { border-color: rgb(255,102,191); }
td.TdClassName
{
border-color: #FF66BF;
}
.TagClassName
{
border-color: #FF66BF;
}
</style>