Shades of Neon Pink #FE63C5
Tints of Neon Pink #FE63C5
RGB
CMYK
RGB Variations
Color information
#FE63C5 (or 0xFE63C5) is known color: Neon Pink. HEX triplet: FE, 63 and C5. RGB value is (254,99,197). Sum of RGB (Red+Green+Blue) = 254+99+197=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63C5 is #019C3A. Grayscale: #9C9C9C. Windows color (decimal): -105531 or 12936190. OLE color: 12936190.
HSL color Cylindrical-coordinate representation of color #FE63C5: hue angle of 322.06º 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 #FE63C5 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 197 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.00 |
| HSL | 322.06º | 0.99% | 0.69% | - |
| HSV(B) | 322.06º | 0.61% | 1% | - |
| XYZ | 55.41 | 34.03 | 56.47 | - |
| YUV | 156.52 | 150.85 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 197 | 0 | 0.61 | 0.22 | 0.00 | 322.06 | 0.99 | 0.69 |
| Hex | FE | 63 | C5 | 0 | 3D | 16 | 0 | 142 | 63 | 45 |
| Octal | 376 | 143 | 305 | 0 | 75 | 26 | 0 | 502 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11000101 | 0 | 111101 | 10110 | 0 | 101000010 | 1100011 | 1000101 |
Color Harmonies of #FE63C5
Complementary color
Monochromatic Colors of #FE63C5
Black with #FE63C5
Text Example
Text Example
White with #FE63C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63C5; }
p { color: rgb(254,99,197); }
H1.HeaderClassName
{
color: #FE63C5;
}
.AnyTagClassName
{
color: #FE63C5;
}
</style>
background-color css
<style>
a { background-color: #FE63C5; }
a { background-color: rgb(254,99,197); }
div.DivClassName
{
background-color: #FE63C5;
}
.BgClassName
{
background-color: #FE63C5;
}
</style>
border-color css
<style>
span { border-color: #FE63C5; }
span { border-color: rgb(254,99,197); }
td.TdClassName
{
border-color: #FE63C5;
}
.TagClassName
{
border-color: #FE63C5;
}
</style>