Shades of Neon Pink #FE62CE
Tints of Neon Pink #FE62CE
RGB
CMYK
RGB Variations
Color information
#FE62CE (or 0xFE62CE) is known color: Neon Pink. HEX triplet: FE, 62 and CE. RGB value is (254,98,206). Sum of RGB (Red+Green+Blue) = 254+98+206=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 98 (38.67% from 255 or 17.56% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE62CE is #019D31. Grayscale: #9C9C9C. Windows color (decimal): -105778 or 13525758. OLE color: 13525758.
HSL color Cylindrical-coordinate representation of color #FE62CE: hue angle of 318.46º 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 #FE62CE is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 206 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.00 |
| HSL | 318.46º | 0.99% | 0.69% | - |
| HSV(B) | 318.46º | 0.61% | 1% | - |
| XYZ | 56.38 | 34.26 | 62.03 | - |
| YUV | 156.96 | 155.68 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 206 | 0 | 0.61 | 0.19 | 0.00 | 318.46 | 0.99 | 0.69 |
| Hex | FE | 62 | CE | 0 | 3D | 13 | 0 | 13E | 63 | 45 |
| Octal | 376 | 142 | 316 | 0 | 75 | 23 | 0 | 476 | 143 | 105 |
| Binary | 11111110 | 1100010 | 11001110 | 0 | 111101 | 10011 | 0 | 100111110 | 1100011 | 1000101 |
Color Harmonies of #FE62CE
Complementary color
Monochromatic Colors of #FE62CE
Black with #FE62CE
Text Example
Text Example
White with #FE62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62CE; }
p { color: rgb(254,98,206); }
H1.HeaderClassName
{
color: #FE62CE;
}
.AnyTagClassName
{
color: #FE62CE;
}
</style>
background-color css
<style>
a { background-color: #FE62CE; }
a { background-color: rgb(254,98,206); }
div.DivClassName
{
background-color: #FE62CE;
}
.BgClassName
{
background-color: #FE62CE;
}
</style>
border-color css
<style>
span { border-color: #FE62CE; }
span { border-color: rgb(254,98,206); }
td.TdClassName
{
border-color: #FE62CE;
}
.TagClassName
{
border-color: #FE62CE;
}
</style>