Shades of Neon Pink #FE6ACD
Tints of Neon Pink #FE6ACD
RGB
CMYK
RGB Variations
Color information
#FE6ACD (or 0xFE6ACD) is known color: Neon Pink. HEX triplet: FE, 6A and CD. RGB value is (254,106,205). Sum of RGB (Red+Green+Blue) = 254+106+205=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ACD is #019532. Grayscale: #A1A1A1. Windows color (decimal): -103731 or 13462270. OLE color: 13462270.
HSL color Cylindrical-coordinate representation of color #FE6ACD: hue angle of 319.86º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6ACD is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 205 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.00 |
| HSL | 319.86º | 0.99% | 0.71% | - |
| HSV(B) | 319.86º | 0.58% | 1% | - |
| XYZ | 57.05 | 35.79 | 61.66 | - |
| YUV | 161.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 205 | 0 | 0.58 | 0.19 | 0.00 | 319.86 | 0.99 | 0.71 |
| Hex | FE | 6A | CD | 0 | 3A | 13 | 0 | 140 | 63 | 47 |
| Octal | 376 | 152 | 315 | 0 | 72 | 23 | 0 | 500 | 143 | 107 |
| Binary | 11111110 | 1101010 | 11001101 | 0 | 111010 | 10011 | 0 | 101000000 | 1100011 | 1000111 |
Color Harmonies of #FE6ACD
Complementary color
Monochromatic Colors of #FE6ACD
Black with #FE6ACD
Text Example
Text Example
White with #FE6ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ACD; }
p { color: rgb(254,106,205); }
H1.HeaderClassName
{
color: #FE6ACD;
}
.AnyTagClassName
{
color: #FE6ACD;
}
</style>
background-color css
<style>
a { background-color: #FE6ACD; }
a { background-color: rgb(254,106,205); }
div.DivClassName
{
background-color: #FE6ACD;
}
.BgClassName
{
background-color: #FE6ACD;
}
</style>
border-color css
<style>
span { border-color: #FE6ACD; }
span { border-color: rgb(254,106,205); }
td.TdClassName
{
border-color: #FE6ACD;
}
.TagClassName
{
border-color: #FE6ACD;
}
</style>