Shades of Neon Pink #F668BD
Tints of Neon Pink #F668BD
RGB
CMYK
RGB Variations
Color information
#F668BD (or 0xF668BD) is known color: Neon Pink. HEX triplet: F6, 68 and BD. RGB value is (246,104,189). Sum of RGB (Red+Green+Blue) = 246+104+189=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F668BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F668BD is #099742. Grayscale: #9B9B9B. Windows color (decimal): -628547 or 12413174. OLE color: 12413174.
HSL color Cylindrical-coordinate representation of color #F668BD: hue angle of 324.08º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668BD is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 189 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.04 |
| HSL | 324.08º | 0.89% | 0.69% | - |
| HSV(B) | 324.08º | 0.58% | 0.96% | - |
| XYZ | 52.14 | 33.17 | 51.8 | - |
| YUV | 156.15 | 146.54 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 189 | 0 | 0.58 | 0.23 | 0.04 | 324.08 | 0.89 | 0.69 |
| Hex | F6 | 68 | BD | 0 | 3A | 17 | 4 | 144 | 59 | 45 |
| Octal | 366 | 150 | 275 | 0 | 72 | 27 | 4 | 504 | 131 | 105 |
| Binary | 11110110 | 1101000 | 10111101 | 0 | 111010 | 10111 | 100 | 101000100 | 1011001 | 1000101 |
Color Harmonies of #F668BD
Complementary color
Monochromatic Colors of #F668BD
Black with #F668BD
Text Example
Text Example
White with #F668BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F668BD; }
p { color: rgb(246,104,189); }
H1.HeaderClassName
{
color: #F668BD;
}
.AnyTagClassName
{
color: #F668BD;
}
</style>
background-color css
<style>
a { background-color: #F668BD; }
a { background-color: rgb(246,104,189); }
div.DivClassName
{
background-color: #F668BD;
}
.BgClassName
{
background-color: #F668BD;
}
</style>
border-color css
<style>
span { border-color: #F668BD; }
span { border-color: rgb(246,104,189); }
td.TdClassName
{
border-color: #F668BD;
}
.TagClassName
{
border-color: #F668BD;
}
</style>