Shades of Neon Pink #F66BCD
Tints of Neon Pink #F66BCD
RGB
CMYK
RGB Variations
Color information
#F66BCD (or 0xF66BCD) is known color: Neon Pink. HEX triplet: F6, 6B and CD. RGB value is (246,107,205). Sum of RGB (Red+Green+Blue) = 246+107+205=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66BCD is #099432. Grayscale: #9F9F9F. Windows color (decimal): -627763 or 13462518. OLE color: 13462518.
HSL color Cylindrical-coordinate representation of color #F66BCD: hue angle of 317.7º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66BCD is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 107 | 205 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.04 |
| HSL | 317.7º | 0.89% | 0.69% | - |
| HSV(B) | 317.7º | 0.57% | 0.96% | - |
| XYZ | 54.28 | 34.52 | 61.56 | - |
| YUV | 159.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 205 | 0 | 0.57 | 0.17 | 0.04 | 317.7 | 0.89 | 0.69 |
| Hex | F6 | 6B | CD | 0 | 39 | 11 | 4 | 13E | 59 | 45 |
| Octal | 366 | 153 | 315 | 0 | 71 | 21 | 4 | 476 | 131 | 105 |
| Binary | 11110110 | 1101011 | 11001101 | 0 | 111001 | 10001 | 100 | 100111110 | 1011001 | 1000101 |
Color Harmonies of #F66BCD
Complementary color
Monochromatic Colors of #F66BCD
Black with #F66BCD
Text Example
Text Example
White with #F66BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66BCD; }
p { color: rgb(246,107,205); }
H1.HeaderClassName
{
color: #F66BCD;
}
.AnyTagClassName
{
color: #F66BCD;
}
</style>
background-color css
<style>
a { background-color: #F66BCD; }
a { background-color: rgb(246,107,205); }
div.DivClassName
{
background-color: #F66BCD;
}
.BgClassName
{
background-color: #F66BCD;
}
</style>
border-color css
<style>
span { border-color: #F66BCD; }
span { border-color: rgb(246,107,205); }
td.TdClassName
{
border-color: #F66BCD;
}
.TagClassName
{
border-color: #F66BCD;
}
</style>