Shades of Neon Pink #FE63D0
Tints of Neon Pink #FE63D0
RGB
CMYK
RGB Variations
Color information
#FE63D0 (or 0xFE63D0) is known color: Neon Pink. HEX triplet: FE, 63 and D0. RGB value is (254,99,208). Sum of RGB (Red+Green+Blue) = 254+99+208=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63D0 is #019C2F. Grayscale: #9D9D9D. Windows color (decimal): -105520 or 13657086. OLE color: 13657086.
HSL color Cylindrical-coordinate representation of color #FE63D0: hue angle of 317.81º 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 #FE63D0 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 208 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.00 |
| HSL | 317.81º | 0.99% | 0.69% | - |
| HSV(B) | 317.81º | 0.61% | 1% | - |
| XYZ | 56.72 | 34.55 | 63.35 | - |
| YUV | 157.77 | 156.35 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 208 | 0 | 0.61 | 0.18 | 0.00 | 317.81 | 0.99 | 0.69 |
| Hex | FE | 63 | D0 | 0 | 3D | 12 | 0 | 13E | 63 | 45 |
| Octal | 376 | 143 | 320 | 0 | 75 | 22 | 0 | 476 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11010000 | 0 | 111101 | 10010 | 0 | 100111110 | 1100011 | 1000101 |
Color Harmonies of #FE63D0
Complementary color
Monochromatic Colors of #FE63D0
Black with #FE63D0
Text Example
Text Example
White with #FE63D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63D0; }
p { color: rgb(254,99,208); }
H1.HeaderClassName
{
color: #FE63D0;
}
.AnyTagClassName
{
color: #FE63D0;
}
</style>
background-color css
<style>
a { background-color: #FE63D0; }
a { background-color: rgb(254,99,208); }
div.DivClassName
{
background-color: #FE63D0;
}
.BgClassName
{
background-color: #FE63D0;
}
</style>
border-color css
<style>
span { border-color: #FE63D0; }
span { border-color: rgb(254,99,208); }
td.TdClassName
{
border-color: #FE63D0;
}
.TagClassName
{
border-color: #FE63D0;
}
</style>