Shades of Neon Pink #FE62DC
Tints of Neon Pink #FE62DC
RGB
CMYK
RGB Variations
Color information
#FE62DC (or 0xFE62DC) is known color: Neon Pink. HEX triplet: FE, 62 and DC. RGB value is (254,98,220). Sum of RGB (Red+Green+Blue) = 254+98+220=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 98 (38.67% from 255 or 17.13% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE62DC is #019D23. Grayscale: #9E9E9E. Windows color (decimal): -105764 or 14443262. OLE color: 14443262.
HSL color Cylindrical-coordinate representation of color #FE62DC: hue angle of 313.08º 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 #FE62DC is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 220 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.00 |
| HSL | 313.08º | 0.99% | 0.69% | - |
| HSV(B) | 313.08º | 0.61% | 1% | - |
| XYZ | 58.16 | 34.97 | 71.4 | - |
| YUV | 158.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 220 | 0 | 0.61 | 0.13 | 0.00 | 313.08 | 0.99 | 0.69 |
| Hex | FE | 62 | DC | 0 | 3D | D | 0 | 139 | 63 | 45 |
| Octal | 376 | 142 | 334 | 0 | 75 | 15 | 0 | 471 | 143 | 105 |
| Binary | 11111110 | 1100010 | 11011100 | 0 | 111101 | 1101 | 0 | 100111001 | 1100011 | 1000101 |
Color Harmonies of #FE62DC
Complementary color
Monochromatic Colors of #FE62DC
Black with #FE62DC
Text Example
Text Example
White with #FE62DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62DC; }
p { color: rgb(254,98,220); }
H1.HeaderClassName
{
color: #FE62DC;
}
.AnyTagClassName
{
color: #FE62DC;
}
</style>
background-color css
<style>
a { background-color: #FE62DC; }
a { background-color: rgb(254,98,220); }
div.DivClassName
{
background-color: #FE62DC;
}
.BgClassName
{
background-color: #FE62DC;
}
</style>
border-color css
<style>
span { border-color: #FE62DC; }
span { border-color: rgb(254,98,220); }
td.TdClassName
{
border-color: #FE62DC;
}
.TagClassName
{
border-color: #FE62DC;
}
</style>