Shades of Neon Pink #FE68DA
Tints of Neon Pink #FE68DA
RGB
CMYK
RGB Variations
Color information
#FE68DA (or 0xFE68DA) is known color: Neon Pink. HEX triplet: FE, 68 and DA. RGB value is (254,104,218). Sum of RGB (Red+Green+Blue) = 254+104+218=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68DA is #019725. Grayscale: #A1A1A1. Windows color (decimal): -104230 or 14313726. OLE color: 14313726.
HSL color Cylindrical-coordinate representation of color #FE68DA: hue angle of 314.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 #FE68DA is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 218 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.00 |
| HSL | 314.4º | 0.99% | 0.7% | - |
| HSV(B) | 314.4º | 0.59% | 1% | - |
| XYZ | 58.48 | 36.03 | 70.2 | - |
| YUV | 161.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 218 | 0 | 0.59 | 0.14 | 0.00 | 314.4 | 0.99 | 0.7 |
| Hex | FE | 68 | DA | 0 | 3B | E | 0 | 13A | 63 | 46 |
| Octal | 376 | 150 | 332 | 0 | 73 | 16 | 0 | 472 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11011010 | 0 | 111011 | 1110 | 0 | 100111010 | 1100011 | 1000110 |
Color Harmonies of #FE68DA
Complementary color
Monochromatic Colors of #FE68DA
Black with #FE68DA
Text Example
Text Example
White with #FE68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68DA; }
p { color: rgb(254,104,218); }
H1.HeaderClassName
{
color: #FE68DA;
}
.AnyTagClassName
{
color: #FE68DA;
}
</style>
background-color css
<style>
a { background-color: #FE68DA; }
a { background-color: rgb(254,104,218); }
div.DivClassName
{
background-color: #FE68DA;
}
.BgClassName
{
background-color: #FE68DA;
}
</style>
border-color css
<style>
span { border-color: #FE68DA; }
span { border-color: rgb(254,104,218); }
td.TdClassName
{
border-color: #FE68DA;
}
.TagClassName
{
border-color: #FE68DA;
}
</style>