Shades of Neon Pink #FE66DF
Tints of Neon Pink #FE66DF
RGB
CMYK
RGB Variations
Color information
#FE66DF (or 0xFE66DF) is known color: Neon Pink. HEX triplet: FE, 66 and DF. RGB value is (254,102,223). Sum of RGB (Red+Green+Blue) = 254+102+223=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 102 (40.23% from 255 or 17.62% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66DF is #019920. Grayscale: #A0A0A0. Windows color (decimal): -104737 or 14640894. OLE color: 14640894.
HSL color Cylindrical-coordinate representation of color #FE66DF: hue angle of 312.24º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE66DF is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 223 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.00 |
| HSL | 312.24º | 0.99% | 0.7% | - |
| HSV(B) | 312.24º | 0.6% | 1% | - |
| XYZ | 58.94 | 35.9 | 73.64 | - |
| YUV | 161.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 223 | 0 | 0.60 | 0.12 | 0.00 | 312.24 | 0.99 | 0.7 |
| Hex | FE | 66 | DF | 0 | 3C | C | 0 | 138 | 63 | 46 |
| Octal | 376 | 146 | 337 | 0 | 74 | 14 | 0 | 470 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11011111 | 0 | 111100 | 1100 | 0 | 100111000 | 1100011 | 1000110 |
Color Harmonies of #FE66DF
Complementary color
Monochromatic Colors of #FE66DF
Black with #FE66DF
Text Example
Text Example
White with #FE66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66DF; }
p { color: rgb(254,102,223); }
H1.HeaderClassName
{
color: #FE66DF;
}
.AnyTagClassName
{
color: #FE66DF;
}
</style>
background-color css
<style>
a { background-color: #FE66DF; }
a { background-color: rgb(254,102,223); }
div.DivClassName
{
background-color: #FE66DF;
}
.BgClassName
{
background-color: #FE66DF;
}
</style>
border-color css
<style>
span { border-color: #FE66DF; }
span { border-color: rgb(254,102,223); }
td.TdClassName
{
border-color: #FE66DF;
}
.TagClassName
{
border-color: #FE66DF;
}
</style>