Shades of Neon Pink #FE62D1
Tints of Neon Pink #FE62D1
RGB
CMYK
RGB Variations
Color information
#FE62D1 (or 0xFE62D1) is known color: Neon Pink. HEX triplet: FE, 62 and D1. RGB value is (254,98,209). Sum of RGB (Red+Green+Blue) = 254+98+209=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 98 (38.67% from 255 or 17.47% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE62D1 is #019D2E. Grayscale: #9D9D9D. Windows color (decimal): -105775 or 13722366. OLE color: 13722366.
HSL color Cylindrical-coordinate representation of color #FE62D1: hue angle of 317.31º 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 #FE62D1 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 209 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.00 |
| HSL | 317.31º | 0.99% | 0.69% | - |
| HSV(B) | 317.31º | 0.61% | 1% | - |
| XYZ | 56.75 | 34.41 | 63.97 | - |
| YUV | 157.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 209 | 0 | 0.61 | 0.18 | 0.00 | 317.31 | 0.99 | 0.69 |
| Hex | FE | 62 | D1 | 0 | 3D | 12 | 0 | 13D | 63 | 45 |
| Octal | 376 | 142 | 321 | 0 | 75 | 22 | 0 | 475 | 143 | 105 |
| Binary | 11111110 | 1100010 | 11010001 | 0 | 111101 | 10010 | 0 | 100111101 | 1100011 | 1000101 |
Color Harmonies of #FE62D1
Complementary color
Monochromatic Colors of #FE62D1
Black with #FE62D1
Text Example
Text Example
White with #FE62D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62D1; }
p { color: rgb(254,98,209); }
H1.HeaderClassName
{
color: #FE62D1;
}
.AnyTagClassName
{
color: #FE62D1;
}
</style>
background-color css
<style>
a { background-color: #FE62D1; }
a { background-color: rgb(254,98,209); }
div.DivClassName
{
background-color: #FE62D1;
}
.BgClassName
{
background-color: #FE62D1;
}
</style>
border-color css
<style>
span { border-color: #FE62D1; }
span { border-color: rgb(254,98,209); }
td.TdClassName
{
border-color: #FE62D1;
}
.TagClassName
{
border-color: #FE62D1;
}
</style>