Shades of Neon Pink #FF66C1
Tints of Neon Pink #FF66C1
RGB
CMYK
RGB Variations
Color information
#FF66C1 (or 0xFF66C1) is known color: Neon Pink. HEX triplet: FF, 66 and C1. RGB value is (255,102,193). Sum of RGB (Red+Green+Blue) = 255+102+193=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66C1 is #00993E. Grayscale: #9D9D9D. Windows color (decimal): -39231 or 12674815. OLE color: 12674815.
HSL color Cylindrical-coordinate representation of color #FF66C1: hue angle of 324.31º 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 #FF66C1 is Cyan = 0, Magento = 0.6, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 193 | - |
| CMYK | 0 | 0.6 | 0.24 | 0 |
| HSL | 324.31º | 1% | 0.7% | - |
| HSV(B) | 324.31º | 0.6% | 1% | - |
| XYZ | 55.62 | 34.61 | 54.2 | - |
| YUV | 158.12 | 147.69 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 193 | 0 | 0.6 | 0.24 | 0 | 324.31 | 1 | 0.7 |
| Hex | FF | 66 | C1 | 0 | 3C | 18 | 0 | 144 | 64 | 46 |
| Octal | 377 | 146 | 301 | 0 | 74 | 30 | 0 | 504 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11000001 | 0 | 111100 | 11000 | 0 | 101000100 | 1100100 | 1000110 |
Color Harmonies of #FF66C1
Complementary color
Monochromatic Colors of #FF66C1
Black with #FF66C1
Text Example
Text Example
White with #FF66C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66C1; }
p { color: rgb(255,102,193); }
H1.HeaderClassName
{
color: #FF66C1;
}
.AnyTagClassName
{
color: #FF66C1;
}
</style>
background-color css
<style>
a { background-color: #FF66C1; }
a { background-color: rgb(255,102,193); }
div.DivClassName
{
background-color: #FF66C1;
}
.BgClassName
{
background-color: #FF66C1;
}
</style>
border-color css
<style>
span { border-color: #FF66C1; }
span { border-color: rgb(255,102,193); }
td.TdClassName
{
border-color: #FF66C1;
}
.TagClassName
{
border-color: #FF66C1;
}
</style>