Shades of Neon Pink #FF66D3
Tints of Neon Pink #FF66D3
RGB
CMYK
RGB Variations
Color information
#FF66D3 (or 0xFF66D3) is known color: Neon Pink. HEX triplet: FF, 66 and D3. RGB value is (255,102,211). Sum of RGB (Red+Green+Blue) = 255+102+211=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 102 (40.23% from 255 or 17.96% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66D3 is #00992C. Grayscale: #9F9F9F. Windows color (decimal): -39213 or 13854463. OLE color: 13854463.
HSL color Cylindrical-coordinate representation of color #FF66D3: hue angle of 317.25º 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 #FF66D3 is Cyan = 0, Magento = 0.6, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 211 | - |
| CMYK | 0 | 0.6 | 0.17 | 0 |
| HSL | 317.25º | 1% | 0.7% | - |
| HSV(B) | 317.25º | 0.6% | 1% | - |
| XYZ | 57.75 | 35.47 | 65.43 | - |
| YUV | 160.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 211 | 0 | 0.6 | 0.17 | 0 | 317.25 | 1 | 0.7 |
| Hex | FF | 66 | D3 | 0 | 3C | 11 | 0 | 13D | 64 | 46 |
| Octal | 377 | 146 | 323 | 0 | 74 | 21 | 0 | 475 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11010011 | 0 | 111100 | 10001 | 0 | 100111101 | 1100100 | 1000110 |
Color Harmonies of #FF66D3
Complementary color
Monochromatic Colors of #FF66D3
Black with #FF66D3
Text Example
Text Example
White with #FF66D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66D3; }
p { color: rgb(255,102,211); }
H1.HeaderClassName
{
color: #FF66D3;
}
.AnyTagClassName
{
color: #FF66D3;
}
</style>
background-color css
<style>
a { background-color: #FF66D3; }
a { background-color: rgb(255,102,211); }
div.DivClassName
{
background-color: #FF66D3;
}
.BgClassName
{
background-color: #FF66D3;
}
</style>
border-color css
<style>
span { border-color: #FF66D3; }
span { border-color: rgb(255,102,211); }
td.TdClassName
{
border-color: #FF66D3;
}
.TagClassName
{
border-color: #FF66D3;
}
</style>