Shades of Neon Pink #FE68CB
Tints of Neon Pink #FE68CB
RGB
CMYK
RGB Variations
Color information
#FE68CB (or 0xFE68CB) is known color: Neon Pink. HEX triplet: FE, 68 and CB. RGB value is (254,104,203). Sum of RGB (Red+Green+Blue) = 254+104+203=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68CB is #019734. Grayscale: #9F9F9F. Windows color (decimal): -104245 or 13330686. OLE color: 13330686.
HSL color Cylindrical-coordinate representation of color #FE68CB: hue angle of 320.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 #FE68CB is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 203 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.00 |
| HSL | 320.4º | 0.99% | 0.7% | - |
| HSV(B) | 320.4º | 0.59% | 1% | - |
| XYZ | 56.6 | 35.28 | 60.33 | - |
| YUV | 160.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 203 | 0 | 0.59 | 0.20 | 0.00 | 320.4 | 0.99 | 0.7 |
| Hex | FE | 68 | CB | 0 | 3B | 14 | 0 | 140 | 63 | 46 |
| Octal | 376 | 150 | 313 | 0 | 73 | 24 | 0 | 500 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11001011 | 0 | 111011 | 10100 | 0 | 101000000 | 1100011 | 1000110 |
Color Harmonies of #FE68CB
Complementary color
Monochromatic Colors of #FE68CB
Black with #FE68CB
Text Example
Text Example
White with #FE68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68CB; }
p { color: rgb(254,104,203); }
H1.HeaderClassName
{
color: #FE68CB;
}
.AnyTagClassName
{
color: #FE68CB;
}
</style>
background-color css
<style>
a { background-color: #FE68CB; }
a { background-color: rgb(254,104,203); }
div.DivClassName
{
background-color: #FE68CB;
}
.BgClassName
{
background-color: #FE68CB;
}
</style>
border-color css
<style>
span { border-color: #FE68CB; }
span { border-color: rgb(254,104,203); }
td.TdClassName
{
border-color: #FE68CB;
}
.TagClassName
{
border-color: #FE68CB;
}
</style>