Shades of Neon Pink #FE6CCA
Tints of Neon Pink #FE6CCA
RGB
CMYK
RGB Variations
Color information
#FE6CCA (or 0xFE6CCA) is known color: Neon Pink. HEX triplet: FE, 6C and CA. RGB value is (254,108,202). Sum of RGB (Red+Green+Blue) = 254+108+202=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6CCA is #019335. Grayscale: #A2A2A2. Windows color (decimal): -103222 or 13266174. OLE color: 13266174.
HSL color Cylindrical-coordinate representation of color #FE6CCA: hue angle of 321.37º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6CCA is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 202 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.00 |
| HSL | 321.37º | 0.99% | 0.71% | - |
| HSV(B) | 321.37º | 0.57% | 1% | - |
| XYZ | 56.9 | 36.06 | 59.84 | - |
| YUV | 162.37 | 150.37 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 202 | 0 | 0.57 | 0.20 | 0.00 | 321.37 | 0.99 | 0.71 |
| Hex | FE | 6C | CA | 0 | 39 | 14 | 0 | 141 | 63 | 47 |
| Octal | 376 | 154 | 312 | 0 | 71 | 24 | 0 | 501 | 143 | 107 |
| Binary | 11111110 | 1101100 | 11001010 | 0 | 111001 | 10100 | 0 | 101000001 | 1100011 | 1000111 |
Color Harmonies of #FE6CCA
Complementary color
Monochromatic Colors of #FE6CCA
Black with #FE6CCA
Text Example
Text Example
White with #FE6CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6CCA; }
p { color: rgb(254,108,202); }
H1.HeaderClassName
{
color: #FE6CCA;
}
.AnyTagClassName
{
color: #FE6CCA;
}
</style>
background-color css
<style>
a { background-color: #FE6CCA; }
a { background-color: rgb(254,108,202); }
div.DivClassName
{
background-color: #FE6CCA;
}
.BgClassName
{
background-color: #FE6CCA;
}
</style>
border-color css
<style>
span { border-color: #FE6CCA; }
span { border-color: rgb(254,108,202); }
td.TdClassName
{
border-color: #FE6CCA;
}
.TagClassName
{
border-color: #FE6CCA;
}
</style>