Shades of Neon Pink #FE67D1
Tints of Neon Pink #FE67D1
RGB
CMYK
RGB Variations
Color information
#FE67D1 (or 0xFE67D1) is known color: Neon Pink. HEX triplet: FE, 67 and D1. RGB value is (254,103,209). Sum of RGB (Red+Green+Blue) = 254+103+209=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 103 (40.62% from 255 or 18.20% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE67D1 is #01982E. Grayscale: #9F9F9F. Windows color (decimal): -104495 or 13723646. OLE color: 13723646.
HSL color Cylindrical-coordinate representation of color #FE67D1: hue angle of 317.88º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE67D1 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 209 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.00 |
| HSL | 317.88º | 0.99% | 0.7% | - |
| HSV(B) | 317.88º | 0.59% | 1% | - |
| XYZ | 57.23 | 35.37 | 64.13 | - |
| YUV | 160.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 209 | 0 | 0.59 | 0.18 | 0.00 | 317.88 | 0.99 | 0.7 |
| Hex | FE | 67 | D1 | 0 | 3B | 12 | 0 | 13E | 63 | 46 |
| Octal | 376 | 147 | 321 | 0 | 73 | 22 | 0 | 476 | 143 | 106 |
| Binary | 11111110 | 1100111 | 11010001 | 0 | 111011 | 10010 | 0 | 100111110 | 1100011 | 1000110 |
Color Harmonies of #FE67D1
Complementary color
Monochromatic Colors of #FE67D1
Black with #FE67D1
Text Example
Text Example
White with #FE67D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE67D1; }
p { color: rgb(254,103,209); }
H1.HeaderClassName
{
color: #FE67D1;
}
.AnyTagClassName
{
color: #FE67D1;
}
</style>
background-color css
<style>
a { background-color: #FE67D1; }
a { background-color: rgb(254,103,209); }
div.DivClassName
{
background-color: #FE67D1;
}
.BgClassName
{
background-color: #FE67D1;
}
</style>
border-color css
<style>
span { border-color: #FE67D1; }
span { border-color: rgb(254,103,209); }
td.TdClassName
{
border-color: #FE67D1;
}
.TagClassName
{
border-color: #FE67D1;
}
</style>