Shades of Neon Pink #FE69CF
Tints of Neon Pink #FE69CF
RGB
CMYK
RGB Variations
Color information
#FE69CF (or 0xFE69CF) is known color: Neon Pink. HEX triplet: FE, 69 and CF. RGB value is (254,105,207). Sum of RGB (Red+Green+Blue) = 254+105+207=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69CF is #019630. Grayscale: #A0A0A0. Windows color (decimal): -103985 or 13593086. OLE color: 13593086.
HSL color Cylindrical-coordinate representation of color #FE69CF: hue angle of 318.93º 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 #FE69CF is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 207 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.00 |
| HSL | 318.93º | 0.99% | 0.7% | - |
| HSV(B) | 318.93º | 0.59% | 1% | - |
| XYZ | 57.19 | 35.68 | 62.9 | - |
| YUV | 161.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 207 | 0 | 0.59 | 0.19 | 0.00 | 318.93 | 0.99 | 0.7 |
| Hex | FE | 69 | CF | 0 | 3B | 13 | 0 | 13F | 63 | 46 |
| Octal | 376 | 151 | 317 | 0 | 73 | 23 | 0 | 477 | 143 | 106 |
| Binary | 11111110 | 1101001 | 11001111 | 0 | 111011 | 10011 | 0 | 100111111 | 1100011 | 1000110 |
Color Harmonies of #FE69CF
Complementary color
Monochromatic Colors of #FE69CF
Black with #FE69CF
Text Example
Text Example
White with #FE69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69CF; }
p { color: rgb(254,105,207); }
H1.HeaderClassName
{
color: #FE69CF;
}
.AnyTagClassName
{
color: #FE69CF;
}
</style>
background-color css
<style>
a { background-color: #FE69CF; }
a { background-color: rgb(254,105,207); }
div.DivClassName
{
background-color: #FE69CF;
}
.BgClassName
{
background-color: #FE69CF;
}
</style>
border-color css
<style>
span { border-color: #FE69CF; }
span { border-color: rgb(254,105,207); }
td.TdClassName
{
border-color: #FE69CF;
}
.TagClassName
{
border-color: #FE69CF;
}
</style>