Shades of Neon Pink #FE68D5
Tints of Neon Pink #FE68D5
RGB
CMYK
RGB Variations
Color information
#FE68D5 (or 0xFE68D5) is known color: Neon Pink. HEX triplet: FE, 68 and D5. RGB value is (254,104,213). Sum of RGB (Red+Green+Blue) = 254+104+213=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 104 (41.02% from 255 or 18.21% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68D5 is #01972A. Grayscale: #A0A0A0. Windows color (decimal): -104235 or 13986046. OLE color: 13986046.
HSL color Cylindrical-coordinate representation of color #FE68D5: hue angle of 316.4º 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 #FE68D5 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 213 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.00 |
| HSL | 316.4º | 0.99% | 0.7% | - |
| HSV(B) | 316.4º | 0.59% | 1% | - |
| XYZ | 57.83 | 35.78 | 66.81 | - |
| YUV | 161.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 213 | 0 | 0.59 | 0.16 | 0.00 | 316.4 | 0.99 | 0.7 |
| Hex | FE | 68 | D5 | 0 | 3B | 10 | 0 | 13C | 63 | 46 |
| Octal | 376 | 150 | 325 | 0 | 73 | 20 | 0 | 474 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11010101 | 0 | 111011 | 10000 | 0 | 100111100 | 1100011 | 1000110 |
Color Harmonies of #FE68D5
Complementary color
Monochromatic Colors of #FE68D5
Black with #FE68D5
Text Example
Text Example
White with #FE68D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68D5; }
p { color: rgb(254,104,213); }
H1.HeaderClassName
{
color: #FE68D5;
}
.AnyTagClassName
{
color: #FE68D5;
}
</style>
background-color css
<style>
a { background-color: #FE68D5; }
a { background-color: rgb(254,104,213); }
div.DivClassName
{
background-color: #FE68D5;
}
.BgClassName
{
background-color: #FE68D5;
}
</style>
border-color css
<style>
span { border-color: #FE68D5; }
span { border-color: rgb(254,104,213); }
td.TdClassName
{
border-color: #FE68D5;
}
.TagClassName
{
border-color: #FE68D5;
}
</style>