Shades of Neon Pink #FE75CA
Tints of Neon Pink #FE75CA
RGB
CMYK
RGB Variations
Color information
#FE75CA (or 0xFE75CA) is known color: Neon Pink. HEX triplet: FE, 75 and CA. RGB value is (254,117,202). Sum of RGB (Red+Green+Blue) = 254+117+202=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75CA is #018A35. Grayscale: #A7A7A7. Windows color (decimal): -100918 or 13268478. OLE color: 13268478.
HSL color Cylindrical-coordinate representation of color #FE75CA: hue angle of 322.77º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE75CA is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 202 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.00 |
| HSL | 322.77º | 0.99% | 0.73% | - |
| HSV(B) | 322.77º | 0.54% | 1% | - |
| XYZ | 57.9 | 38.06 | 60.17 | - |
| YUV | 167.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 202 | 0 | 0.54 | 0.20 | 0.00 | 322.77 | 0.99 | 0.73 |
| Hex | FE | 75 | CA | 0 | 36 | 14 | 0 | 143 | 63 | 49 |
| Octal | 376 | 165 | 312 | 0 | 66 | 24 | 0 | 503 | 143 | 111 |
| Binary | 11111110 | 1110101 | 11001010 | 0 | 110110 | 10100 | 0 | 101000011 | 1100011 | 1001001 |
Color Harmonies of #FE75CA
Complementary color
Monochromatic Colors of #FE75CA
Black with #FE75CA
Text Example
Text Example
White with #FE75CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75CA; }
p { color: rgb(254,117,202); }
H1.HeaderClassName
{
color: #FE75CA;
}
.AnyTagClassName
{
color: #FE75CA;
}
</style>
background-color css
<style>
a { background-color: #FE75CA; }
a { background-color: rgb(254,117,202); }
div.DivClassName
{
background-color: #FE75CA;
}
.BgClassName
{
background-color: #FE75CA;
}
</style>
border-color css
<style>
span { border-color: #FE75CA; }
span { border-color: rgb(254,117,202); }
td.TdClassName
{
border-color: #FE75CA;
}
.TagClassName
{
border-color: #FE75CA;
}
</style>