Shades of Neon Pink #FE68C5
Tints of Neon Pink #FE68C5
RGB
CMYK
RGB Variations
Color information
#FE68C5 (or 0xFE68C5) is known color: Neon Pink. HEX triplet: FE, 68 and C5. RGB value is (254,104,197). Sum of RGB (Red+Green+Blue) = 254+104+197=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68C5 is #01973A. Grayscale: #9F9F9F. Windows color (decimal): -104251 or 12937470. OLE color: 12937470.
HSL color Cylindrical-coordinate representation of color #FE68C5: hue angle of 322.8º 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 #FE68C5 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 197 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.00 |
| HSL | 322.8º | 0.99% | 0.7% | - |
| HSV(B) | 322.8º | 0.59% | 1% | - |
| XYZ | 55.9 | 35 | 56.63 | - |
| YUV | 159.45 | 149.2 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 197 | 0 | 0.59 | 0.22 | 0.00 | 322.8 | 0.99 | 0.7 |
| Hex | FE | 68 | C5 | 0 | 3B | 16 | 0 | 143 | 63 | 46 |
| Octal | 376 | 150 | 305 | 0 | 73 | 26 | 0 | 503 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11000101 | 0 | 111011 | 10110 | 0 | 101000011 | 1100011 | 1000110 |
Color Harmonies of #FE68C5
Complementary color
Monochromatic Colors of #FE68C5
Black with #FE68C5
Text Example
Text Example
White with #FE68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68C5; }
p { color: rgb(254,104,197); }
H1.HeaderClassName
{
color: #FE68C5;
}
.AnyTagClassName
{
color: #FE68C5;
}
</style>
background-color css
<style>
a { background-color: #FE68C5; }
a { background-color: rgb(254,104,197); }
div.DivClassName
{
background-color: #FE68C5;
}
.BgClassName
{
background-color: #FE68C5;
}
</style>
border-color css
<style>
span { border-color: #FE68C5; }
span { border-color: rgb(254,104,197); }
td.TdClassName
{
border-color: #FE68C5;
}
.TagClassName
{
border-color: #FE68C5;
}
</style>