Shades of Neon Pink #FE67C3
Tints of Neon Pink #FE67C3
RGB
CMYK
RGB Variations
Color information
#FE67C3 (or 0xFE67C3) is known color: Neon Pink. HEX triplet: FE, 67 and C3. RGB value is (254,103,195). Sum of RGB (Red+Green+Blue) = 254+103+195=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE67C3 is #01983C. Grayscale: #9E9E9E. Windows color (decimal): -104509 or 12806142. OLE color: 12806142.
HSL color Cylindrical-coordinate representation of color #FE67C3: hue angle of 323.44º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE67C3 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 195 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.00 |
| HSL | 323.44º | 0.99% | 0.7% | - |
| HSV(B) | 323.44º | 0.59% | 1% | - |
| XYZ | 55.57 | 34.71 | 55.4 | - |
| YUV | 158.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 195 | 0 | 0.59 | 0.23 | 0.00 | 323.44 | 0.99 | 0.7 |
| Hex | FE | 67 | C3 | 0 | 3B | 17 | 0 | 143 | 63 | 46 |
| Octal | 376 | 147 | 303 | 0 | 73 | 27 | 0 | 503 | 143 | 106 |
| Binary | 11111110 | 1100111 | 11000011 | 0 | 111011 | 10111 | 0 | 101000011 | 1100011 | 1000110 |
Color Harmonies of #FE67C3
Complementary color
Monochromatic Colors of #FE67C3
Black with #FE67C3
Text Example
Text Example
White with #FE67C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE67C3; }
p { color: rgb(254,103,195); }
H1.HeaderClassName
{
color: #FE67C3;
}
.AnyTagClassName
{
color: #FE67C3;
}
</style>
background-color css
<style>
a { background-color: #FE67C3; }
a { background-color: rgb(254,103,195); }
div.DivClassName
{
background-color: #FE67C3;
}
.BgClassName
{
background-color: #FE67C3;
}
</style>
border-color css
<style>
span { border-color: #FE67C3; }
span { border-color: rgb(254,103,195); }
td.TdClassName
{
border-color: #FE67C3;
}
.TagClassName
{
border-color: #FE67C3;
}
</style>