Shades of Neon Pink #FE6AD5
Tints of Neon Pink #FE6AD5
RGB
CMYK
RGB Variations
Color information
#FE6AD5 (or 0xFE6AD5) is known color: Neon Pink. HEX triplet: FE, 6A and D5. RGB value is (254,106,213). Sum of RGB (Red+Green+Blue) = 254+106+213=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 106 (41.80% from 255 or 18.50% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6AD5 is #01952A. Grayscale: #A2A2A2. Windows color (decimal): -103723 or 13986558. OLE color: 13986558.
HSL color Cylindrical-coordinate representation of color #FE6AD5: hue angle of 316.62º 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 #FE6AD5 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 213 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.00 |
| HSL | 316.62º | 0.99% | 0.71% | - |
| HSV(B) | 316.62º | 0.58% | 1% | - |
| XYZ | 58.04 | 36.18 | 66.88 | - |
| YUV | 162.45 | 156.53 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 213 | 0 | 0.58 | 0.16 | 0.00 | 316.62 | 0.99 | 0.71 |
| Hex | FE | 6A | D5 | 0 | 3A | 10 | 0 | 13D | 63 | 47 |
| Octal | 376 | 152 | 325 | 0 | 72 | 20 | 0 | 475 | 143 | 107 |
| Binary | 11111110 | 1101010 | 11010101 | 0 | 111010 | 10000 | 0 | 100111101 | 1100011 | 1000111 |
Color Harmonies of #FE6AD5
Complementary color
Monochromatic Colors of #FE6AD5
Black with #FE6AD5
Text Example
Text Example
White with #FE6AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6AD5; }
p { color: rgb(254,106,213); }
H1.HeaderClassName
{
color: #FE6AD5;
}
.AnyTagClassName
{
color: #FE6AD5;
}
</style>
background-color css
<style>
a { background-color: #FE6AD5; }
a { background-color: rgb(254,106,213); }
div.DivClassName
{
background-color: #FE6AD5;
}
.BgClassName
{
background-color: #FE6AD5;
}
</style>
border-color css
<style>
span { border-color: #FE6AD5; }
span { border-color: rgb(254,106,213); }
td.TdClassName
{
border-color: #FE6AD5;
}
.TagClassName
{
border-color: #FE6AD5;
}
</style>