Shades of Neon Pink #FE63C0
Tints of Neon Pink #FE63C0
RGB
CMYK
RGB Variations
Color information
#FE63C0 (or 0xFE63C0) is known color: Neon Pink. HEX triplet: FE, 63 and C0. RGB value is (254,99,192). Sum of RGB (Red+Green+Blue) = 254+99+192=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63C0 is #019C3F. Grayscale: #9B9B9B. Windows color (decimal): -105536 or 12608510. OLE color: 12608510.
HSL color Cylindrical-coordinate representation of color #FE63C0: hue angle of 324º 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 #FE63C0 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 192 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.00 |
| HSL | 324º | 0.99% | 0.69% | - |
| HSV(B) | 324º | 0.61% | 1% | - |
| XYZ | 54.85 | 33.8 | 53.5 | - |
| YUV | 155.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 192 | 0 | 0.61 | 0.24 | 0.00 | 324 | 0.99 | 0.69 |
| Hex | FE | 63 | C0 | 0 | 3D | 18 | 0 | 144 | 63 | 45 |
| Octal | 376 | 143 | 300 | 0 | 75 | 30 | 0 | 504 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11000000 | 0 | 111101 | 11000 | 0 | 101000100 | 1100011 | 1000101 |
Color Harmonies of #FE63C0
Complementary color
Monochromatic Colors of #FE63C0
Black with #FE63C0
Text Example
Text Example
White with #FE63C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63C0; }
p { color: rgb(254,99,192); }
H1.HeaderClassName
{
color: #FE63C0;
}
.AnyTagClassName
{
color: #FE63C0;
}
</style>
background-color css
<style>
a { background-color: #FE63C0; }
a { background-color: rgb(254,99,192); }
div.DivClassName
{
background-color: #FE63C0;
}
.BgClassName
{
background-color: #FE63C0;
}
</style>
border-color css
<style>
span { border-color: #FE63C0; }
span { border-color: rgb(254,99,192); }
td.TdClassName
{
border-color: #FE63C0;
}
.TagClassName
{
border-color: #FE63C0;
}
</style>