Shades of Neon Pink #FE69D0
Tints of Neon Pink #FE69D0
RGB
CMYK
RGB Variations
Color information
#FE69D0 (or 0xFE69D0) is known color: Neon Pink. HEX triplet: FE, 69 and D0. RGB value is (254,105,208). Sum of RGB (Red+Green+Blue) = 254+105+208=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69D0 is #01962F. Grayscale: #A1A1A1. Windows color (decimal): -103984 or 13658622. OLE color: 13658622.
HSL color Cylindrical-coordinate representation of color #FE69D0: hue angle of 318.52º 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 #FE69D0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 208 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.00 |
| HSL | 318.52º | 0.99% | 0.7% | - |
| HSV(B) | 318.52º | 0.59% | 1% | - |
| XYZ | 57.31 | 35.73 | 63.55 | - |
| YUV | 161.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 208 | 0 | 0.59 | 0.18 | 0.00 | 318.52 | 0.99 | 0.7 |
| Hex | FE | 69 | D0 | 0 | 3B | 12 | 0 | 13F | 63 | 46 |
| Octal | 376 | 151 | 320 | 0 | 73 | 22 | 0 | 477 | 143 | 106 |
| Binary | 11111110 | 1101001 | 11010000 | 0 | 111011 | 10010 | 0 | 100111111 | 1100011 | 1000110 |
Color Harmonies of #FE69D0
Complementary color
Monochromatic Colors of #FE69D0
Black with #FE69D0
Text Example
Text Example
White with #FE69D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69D0; }
p { color: rgb(254,105,208); }
H1.HeaderClassName
{
color: #FE69D0;
}
.AnyTagClassName
{
color: #FE69D0;
}
</style>
background-color css
<style>
a { background-color: #FE69D0; }
a { background-color: rgb(254,105,208); }
div.DivClassName
{
background-color: #FE69D0;
}
.BgClassName
{
background-color: #FE69D0;
}
</style>
border-color css
<style>
span { border-color: #FE69D0; }
span { border-color: rgb(254,105,208); }
td.TdClassName
{
border-color: #FE69D0;
}
.TagClassName
{
border-color: #FE69D0;
}
</style>