Shades of Neon Pink #FE62DD
Tints of Neon Pink #FE62DD
RGB
CMYK
RGB Variations
Color information
#FE62DD (or 0xFE62DD) is known color: Neon Pink. HEX triplet: FE, 62 and DD. RGB value is (254,98,221). Sum of RGB (Red+Green+Blue) = 254+98+221=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 98 (38.67% from 255 or 17.10% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE62DD is #019D22. Grayscale: #9E9E9E. Windows color (decimal): -105763 or 14508798. OLE color: 14508798.
HSL color Cylindrical-coordinate representation of color #FE62DD: hue angle of 312.69º 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 #FE62DD is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 221 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.00 |
| HSL | 312.69º | 0.99% | 0.69% | - |
| HSV(B) | 312.69º | 0.61% | 1% | - |
| XYZ | 58.29 | 35.03 | 72.1 | - |
| YUV | 158.67 | 163.18 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 221 | 0 | 0.61 | 0.13 | 0.00 | 312.69 | 0.99 | 0.69 |
| Hex | FE | 62 | DD | 0 | 3D | D | 0 | 139 | 63 | 45 |
| Octal | 376 | 142 | 335 | 0 | 75 | 15 | 0 | 471 | 143 | 105 |
| Binary | 11111110 | 1100010 | 11011101 | 0 | 111101 | 1101 | 0 | 100111001 | 1100011 | 1000101 |
Color Harmonies of #FE62DD
Complementary color
Monochromatic Colors of #FE62DD
Black with #FE62DD
Text Example
Text Example
White with #FE62DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62DD; }
p { color: rgb(254,98,221); }
H1.HeaderClassName
{
color: #FE62DD;
}
.AnyTagClassName
{
color: #FE62DD;
}
</style>
background-color css
<style>
a { background-color: #FE62DD; }
a { background-color: rgb(254,98,221); }
div.DivClassName
{
background-color: #FE62DD;
}
.BgClassName
{
background-color: #FE62DD;
}
</style>
border-color css
<style>
span { border-color: #FE62DD; }
span { border-color: rgb(254,98,221); }
td.TdClassName
{
border-color: #FE62DD;
}
.TagClassName
{
border-color: #FE62DD;
}
</style>