Shades of Neon Pink #FE62D9
Tints of Neon Pink #FE62D9
RGB
CMYK
RGB Variations
Color information
#FE62D9 (or 0xFE62D9) is known color: Neon Pink. HEX triplet: FE, 62 and D9. RGB value is (254,98,217). Sum of RGB (Red+Green+Blue) = 254+98+217=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 98 (38.67% from 255 or 17.22% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE62D9 is #019D26. Grayscale: #9D9D9D. Windows color (decimal): -105767 or 14246654. OLE color: 14246654.
HSL color Cylindrical-coordinate representation of color #FE62D9: hue angle of 314.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE62D9 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 217 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.00 |
| HSL | 314.23º | 0.99% | 0.69% | - |
| HSV(B) | 314.23º | 0.61% | 1% | - |
| XYZ | 57.77 | 34.82 | 69.32 | - |
| YUV | 158.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 217 | 0 | 0.61 | 0.15 | 0.00 | 314.23 | 0.99 | 0.69 |
| Hex | FE | 62 | D9 | 0 | 3D | F | 0 | 13A | 63 | 45 |
| Octal | 376 | 142 | 331 | 0 | 75 | 17 | 0 | 472 | 143 | 105 |
| Binary | 11111110 | 1100010 | 11011001 | 0 | 111101 | 1111 | 0 | 100111010 | 1100011 | 1000101 |
Color Harmonies of #FE62D9
Complementary color
Monochromatic Colors of #FE62D9
Black with #FE62D9
Text Example
Text Example
White with #FE62D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62D9; }
p { color: rgb(254,98,217); }
H1.HeaderClassName
{
color: #FE62D9;
}
.AnyTagClassName
{
color: #FE62D9;
}
</style>
background-color css
<style>
a { background-color: #FE62D9; }
a { background-color: rgb(254,98,217); }
div.DivClassName
{
background-color: #FE62D9;
}
.BgClassName
{
background-color: #FE62D9;
}
</style>
border-color css
<style>
span { border-color: #FE62D9; }
span { border-color: rgb(254,98,217); }
td.TdClassName
{
border-color: #FE62D9;
}
.TagClassName
{
border-color: #FE62D9;
}
</style>