Shades of Neon Pink #FE63CB
Tints of Neon Pink #FE63CB
RGB
CMYK
RGB Variations
Color information
#FE63CB (or 0xFE63CB) is known color: Neon Pink. HEX triplet: FE, 63 and CB. RGB value is (254,99,203). Sum of RGB (Red+Green+Blue) = 254+99+203=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 99 (39.06% from 255 or 17.81% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63CB is #019C34. Grayscale: #9C9C9C. Windows color (decimal): -105525 or 13329406. OLE color: 13329406.
HSL color Cylindrical-coordinate representation of color #FE63CB: hue angle of 319.74º 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 #FE63CB is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 203 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.00 |
| HSL | 319.74º | 0.99% | 0.69% | - |
| HSV(B) | 319.74º | 0.61% | 1% | - |
| XYZ | 56.11 | 34.31 | 60.16 | - |
| YUV | 157.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 203 | 0 | 0.61 | 0.20 | 0.00 | 319.74 | 0.99 | 0.69 |
| Hex | FE | 63 | CB | 0 | 3D | 14 | 0 | 140 | 63 | 45 |
| Octal | 376 | 143 | 313 | 0 | 75 | 24 | 0 | 500 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11001011 | 0 | 111101 | 10100 | 0 | 101000000 | 1100011 | 1000101 |
Color Harmonies of #FE63CB
Complementary color
Monochromatic Colors of #FE63CB
Black with #FE63CB
Text Example
Text Example
White with #FE63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63CB; }
p { color: rgb(254,99,203); }
H1.HeaderClassName
{
color: #FE63CB;
}
.AnyTagClassName
{
color: #FE63CB;
}
</style>
background-color css
<style>
a { background-color: #FE63CB; }
a { background-color: rgb(254,99,203); }
div.DivClassName
{
background-color: #FE63CB;
}
.BgClassName
{
background-color: #FE63CB;
}
</style>
border-color css
<style>
span { border-color: #FE63CB; }
span { border-color: rgb(254,99,203); }
td.TdClassName
{
border-color: #FE63CB;
}
.TagClassName
{
border-color: #FE63CB;
}
</style>