Shades of Neon Pink #FF66C7
Tints of Neon Pink #FF66C7
RGB
CMYK
RGB Variations
Color information
#FF66C7 (or 0xFF66C7) is known color: Neon Pink. HEX triplet: FF, 66 and C7. RGB value is (255,102,199). Sum of RGB (Red+Green+Blue) = 255+102+199=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66C7 is #009938. Grayscale: #9E9E9E. Windows color (decimal): -39225 or 13068031. OLE color: 13068031.
HSL color Cylindrical-coordinate representation of color #FF66C7: hue angle of 321.96º 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 #FF66C7 is Cyan = 0, Magento = 0.6, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 199 | - |
| CMYK | 0 | 0.6 | 0.22 | 0 |
| HSL | 321.96º | 1% | 0.7% | - |
| HSV(B) | 321.96º | 0.6% | 1% | - |
| XYZ | 56.3 | 34.89 | 57.8 | - |
| YUV | 158.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 199 | 0 | 0.6 | 0.22 | 0 | 321.96 | 1 | 0.7 |
| Hex | FF | 66 | C7 | 0 | 3C | 16 | 0 | 142 | 64 | 46 |
| Octal | 377 | 146 | 307 | 0 | 74 | 26 | 0 | 502 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11000111 | 0 | 111100 | 10110 | 0 | 101000010 | 1100100 | 1000110 |
Color Harmonies of #FF66C7
Complementary color
Monochromatic Colors of #FF66C7
Black with #FF66C7
Text Example
Text Example
White with #FF66C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66C7; }
p { color: rgb(255,102,199); }
H1.HeaderClassName
{
color: #FF66C7;
}
.AnyTagClassName
{
color: #FF66C7;
}
</style>
background-color css
<style>
a { background-color: #FF66C7; }
a { background-color: rgb(255,102,199); }
div.DivClassName
{
background-color: #FF66C7;
}
.BgClassName
{
background-color: #FF66C7;
}
</style>
border-color css
<style>
span { border-color: #FF66C7; }
span { border-color: rgb(255,102,199); }
td.TdClassName
{
border-color: #FF66C7;
}
.TagClassName
{
border-color: #FF66C7;
}
</style>