Shades of Neon Pink #FE65DC
Tints of Neon Pink #FE65DC
RGB
CMYK
RGB Variations
Color information
#FE65DC (or 0xFE65DC) is known color: Neon Pink. HEX triplet: FE, 65 and DC. RGB value is (254,101,220). Sum of RGB (Red+Green+Blue) = 254+101+220=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65DC is #019A23. Grayscale: #9F9F9F. Windows color (decimal): -104996 or 14444030. OLE color: 14444030.
HSL color Cylindrical-coordinate representation of color #FE65DC: hue angle of 313.33º 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 #FE65DC is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 220 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.00 |
| HSL | 313.33º | 0.99% | 0.7% | - |
| HSV(B) | 313.33º | 0.6% | 1% | - |
| XYZ | 58.45 | 35.55 | 71.49 | - |
| YUV | 160.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 220 | 0 | 0.60 | 0.13 | 0.00 | 313.33 | 0.99 | 0.7 |
| Hex | FE | 65 | DC | 0 | 3C | D | 0 | 139 | 63 | 46 |
| Octal | 376 | 145 | 334 | 0 | 74 | 15 | 0 | 471 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11011100 | 0 | 111100 | 1101 | 0 | 100111001 | 1100011 | 1000110 |
Color Harmonies of #FE65DC
Complementary color
Monochromatic Colors of #FE65DC
Black with #FE65DC
Text Example
Text Example
White with #FE65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65DC; }
p { color: rgb(254,101,220); }
H1.HeaderClassName
{
color: #FE65DC;
}
.AnyTagClassName
{
color: #FE65DC;
}
</style>
background-color css
<style>
a { background-color: #FE65DC; }
a { background-color: rgb(254,101,220); }
div.DivClassName
{
background-color: #FE65DC;
}
.BgClassName
{
background-color: #FE65DC;
}
</style>
border-color css
<style>
span { border-color: #FE65DC; }
span { border-color: rgb(254,101,220); }
td.TdClassName
{
border-color: #FE65DC;
}
.TagClassName
{
border-color: #FE65DC;
}
</style>