Shades of Neon Pink #FE6FD1
Tints of Neon Pink #FE6FD1
RGB
CMYK
RGB Variations
Color information
#FE6FD1 (or 0xFE6FD1) is known color: Neon Pink. HEX triplet: FE, 6F and D1. RGB value is (254,111,209). Sum of RGB (Red+Green+Blue) = 254+111+209=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FD1 is #01902E. Grayscale: #A4A4A4. Windows color (decimal): -102447 or 13725694. OLE color: 13725694.
HSL color Cylindrical-coordinate representation of color #FE6FD1: hue angle of 318.88º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FD1 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 209 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.00 |
| HSL | 318.88º | 0.99% | 0.72% | - |
| HSV(B) | 318.88º | 0.56% | 1% | - |
| XYZ | 58.07 | 37.04 | 64.41 | - |
| YUV | 164.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 209 | 0 | 0.56 | 0.18 | 0.00 | 318.88 | 0.99 | 0.72 |
| Hex | FE | 6F | D1 | 0 | 38 | 12 | 0 | 13F | 63 | 48 |
| Octal | 376 | 157 | 321 | 0 | 70 | 22 | 0 | 477 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11010001 | 0 | 111000 | 10010 | 0 | 100111111 | 1100011 | 1001000 |
Color Harmonies of #FE6FD1
Complementary color
Monochromatic Colors of #FE6FD1
Black with #FE6FD1
Text Example
Text Example
White with #FE6FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FD1; }
p { color: rgb(254,111,209); }
H1.HeaderClassName
{
color: #FE6FD1;
}
.AnyTagClassName
{
color: #FE6FD1;
}
</style>
background-color css
<style>
a { background-color: #FE6FD1; }
a { background-color: rgb(254,111,209); }
div.DivClassName
{
background-color: #FE6FD1;
}
.BgClassName
{
background-color: #FE6FD1;
}
</style>
border-color css
<style>
span { border-color: #FE6FD1; }
span { border-color: rgb(254,111,209); }
td.TdClassName
{
border-color: #FE6FD1;
}
.TagClassName
{
border-color: #FE6FD1;
}
</style>