Shades of Neon Pink #FE6FD4
Tints of Neon Pink #FE6FD4
RGB
CMYK
RGB Variations
Color information
#FE6FD4 (or 0xFE6FD4) is known color: Neon Pink. HEX triplet: FE, 6F and D4. RGB value is (254,111,212). Sum of RGB (Red+Green+Blue) = 254+111+212=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FD4 is #01902B. Grayscale: #A5A5A5. Windows color (decimal): -102444 or 13922302. OLE color: 13922302.
HSL color Cylindrical-coordinate representation of color #FE6FD4: hue angle of 317.62º 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 #FE6FD4 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 212 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.00 |
| HSL | 317.62º | 0.99% | 0.72% | - |
| HSV(B) | 317.62º | 0.56% | 1% | - |
| XYZ | 58.44 | 37.19 | 66.39 | - |
| YUV | 165.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 212 | 0 | 0.56 | 0.17 | 0.00 | 317.62 | 0.99 | 0.72 |
| Hex | FE | 6F | D4 | 0 | 38 | 11 | 0 | 13E | 63 | 48 |
| Octal | 376 | 157 | 324 | 0 | 70 | 21 | 0 | 476 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11010100 | 0 | 111000 | 10001 | 0 | 100111110 | 1100011 | 1001000 |
Color Harmonies of #FE6FD4
Complementary color
Monochromatic Colors of #FE6FD4
Black with #FE6FD4
Text Example
Text Example
White with #FE6FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FD4; }
p { color: rgb(254,111,212); }
H1.HeaderClassName
{
color: #FE6FD4;
}
.AnyTagClassName
{
color: #FE6FD4;
}
</style>
background-color css
<style>
a { background-color: #FE6FD4; }
a { background-color: rgb(254,111,212); }
div.DivClassName
{
background-color: #FE6FD4;
}
.BgClassName
{
background-color: #FE6FD4;
}
</style>
border-color css
<style>
span { border-color: #FE6FD4; }
span { border-color: rgb(254,111,212); }
td.TdClassName
{
border-color: #FE6FD4;
}
.TagClassName
{
border-color: #FE6FD4;
}
</style>