Shades of Neon Pink #FE69C1
Tints of Neon Pink #FE69C1
RGB
CMYK
RGB Variations
Color information
#FE69C1 (or 0xFE69C1) is known color: Neon Pink. HEX triplet: FE, 69 and C1. RGB value is (254,105,193). Sum of RGB (Red+Green+Blue) = 254+105+193=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69C1 is #01963E. Grayscale: #9F9F9F. Windows color (decimal): -103999 or 12675582. OLE color: 12675582.
HSL color Cylindrical-coordinate representation of color #FE69C1: hue angle of 324.56º 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 #FE69C1 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 193 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.00 |
| HSL | 324.56º | 0.99% | 0.7% | - |
| HSV(B) | 324.56º | 0.59% | 1% | - |
| XYZ | 55.55 | 35.02 | 54.28 | - |
| YUV | 159.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 193 | 0 | 0.59 | 0.24 | 0.00 | 324.56 | 0.99 | 0.7 |
| Hex | FE | 69 | C1 | 0 | 3B | 18 | 0 | 145 | 63 | 46 |
| Octal | 376 | 151 | 301 | 0 | 73 | 30 | 0 | 505 | 143 | 106 |
| Binary | 11111110 | 1101001 | 11000001 | 0 | 111011 | 11000 | 0 | 101000101 | 1100011 | 1000110 |
Color Harmonies of #FE69C1
Complementary color
Monochromatic Colors of #FE69C1
Black with #FE69C1
Text Example
Text Example
White with #FE69C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69C1; }
p { color: rgb(254,105,193); }
H1.HeaderClassName
{
color: #FE69C1;
}
.AnyTagClassName
{
color: #FE69C1;
}
</style>
background-color css
<style>
a { background-color: #FE69C1; }
a { background-color: rgb(254,105,193); }
div.DivClassName
{
background-color: #FE69C1;
}
.BgClassName
{
background-color: #FE69C1;
}
</style>
border-color css
<style>
span { border-color: #FE69C1; }
span { border-color: rgb(254,105,193); }
td.TdClassName
{
border-color: #FE69C1;
}
.TagClassName
{
border-color: #FE69C1;
}
</style>