Shades of Neon Pink #FE63BF
Tints of Neon Pink #FE63BF
RGB
CMYK
RGB Variations
Color information
#FE63BF (or 0xFE63BF) is known color: Neon Pink. HEX triplet: FE, 63 and BF. RGB value is (254,99,191). Sum of RGB (Red+Green+Blue) = 254+99+191=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63BF is #019C40. Grayscale: #9B9B9B. Windows color (decimal): -105537 or 12542974. OLE color: 12542974.
HSL color Cylindrical-coordinate representation of color #FE63BF: hue angle of 324.39º 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 #FE63BF is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 191 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.00 |
| HSL | 324.39º | 0.99% | 0.69% | - |
| HSV(B) | 324.39º | 0.61% | 1% | - |
| XYZ | 54.74 | 33.76 | 52.92 | - |
| YUV | 155.83 | 147.85 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 191 | 0 | 0.61 | 0.25 | 0.00 | 324.39 | 0.99 | 0.69 |
| Hex | FE | 63 | BF | 0 | 3D | 19 | 0 | 144 | 63 | 45 |
| Octal | 376 | 143 | 277 | 0 | 75 | 31 | 0 | 504 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10111111 | 0 | 111101 | 11001 | 0 | 101000100 | 1100011 | 1000101 |
Color Harmonies of #FE63BF
Complementary color
Monochromatic Colors of #FE63BF
Black with #FE63BF
Text Example
Text Example
White with #FE63BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63BF; }
p { color: rgb(254,99,191); }
H1.HeaderClassName
{
color: #FE63BF;
}
.AnyTagClassName
{
color: #FE63BF;
}
</style>
background-color css
<style>
a { background-color: #FE63BF; }
a { background-color: rgb(254,99,191); }
div.DivClassName
{
background-color: #FE63BF;
}
.BgClassName
{
background-color: #FE63BF;
}
</style>
border-color css
<style>
span { border-color: #FE63BF; }
span { border-color: rgb(254,99,191); }
td.TdClassName
{
border-color: #FE63BF;
}
.TagClassName
{
border-color: #FE63BF;
}
</style>