Shades of Neon Pink #F666BD
Tints of Neon Pink #F666BD
RGB
CMYK
RGB Variations
Color information
#F666BD (or 0xF666BD) is known color: Neon Pink. HEX triplet: F6, 66 and BD. RGB value is (246,102,189). Sum of RGB (Red+Green+Blue) = 246+102+189=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F666BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F666BD is #099942. Grayscale: #9A9A9A. Windows color (decimal): -629059 or 12412662. OLE color: 12412662.
HSL color Cylindrical-coordinate representation of color #F666BD: hue angle of 323.75º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F666BD is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 189 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.04 |
| HSL | 323.75º | 0.89% | 0.68% | - |
| HSV(B) | 323.75º | 0.59% | 0.96% | - |
| XYZ | 51.94 | 32.77 | 51.73 | - |
| YUV | 154.97 | 147.21 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 189 | 0 | 0.59 | 0.23 | 0.04 | 323.75 | 0.89 | 0.68 |
| Hex | F6 | 66 | BD | 0 | 3B | 17 | 4 | 144 | 59 | 44 |
| Octal | 366 | 146 | 275 | 0 | 73 | 27 | 4 | 504 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10111101 | 0 | 111011 | 10111 | 100 | 101000100 | 1011001 | 1000100 |
Color Harmonies of #F666BD
Complementary color
Monochromatic Colors of #F666BD
Black with #F666BD
Text Example
Text Example
White with #F666BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F666BD; }
p { color: rgb(246,102,189); }
H1.HeaderClassName
{
color: #F666BD;
}
.AnyTagClassName
{
color: #F666BD;
}
</style>
background-color css
<style>
a { background-color: #F666BD; }
a { background-color: rgb(246,102,189); }
div.DivClassName
{
background-color: #F666BD;
}
.BgClassName
{
background-color: #F666BD;
}
</style>
border-color css
<style>
span { border-color: #F666BD; }
span { border-color: rgb(246,102,189); }
td.TdClassName
{
border-color: #F666BD;
}
.TagClassName
{
border-color: #F666BD;
}
</style>