Shades of Neon Pink #FE67CB
Tints of Neon Pink #FE67CB
RGB
CMYK
RGB Variations
Color information
#FE67CB (or 0xFE67CB) is known color: Neon Pink. HEX triplet: FE, 67 and CB. RGB value is (254,103,203). Sum of RGB (Red+Green+Blue) = 254+103+203=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 103 (40.62% from 255 or 18.39% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE67CB is #019834. Grayscale: #9F9F9F. Windows color (decimal): -104501 or 13330430. OLE color: 13330430.
HSL color Cylindrical-coordinate representation of color #FE67CB: hue angle of 320.26º 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 #FE67CB is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 203 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.00 |
| HSL | 320.26º | 0.99% | 0.7% | - |
| HSV(B) | 320.26º | 0.59% | 1% | - |
| XYZ | 56.5 | 35.08 | 60.29 | - |
| YUV | 159.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 203 | 0 | 0.59 | 0.20 | 0.00 | 320.26 | 0.99 | 0.7 |
| Hex | FE | 67 | CB | 0 | 3B | 14 | 0 | 140 | 63 | 46 |
| Octal | 376 | 147 | 313 | 0 | 73 | 24 | 0 | 500 | 143 | 106 |
| Binary | 11111110 | 1100111 | 11001011 | 0 | 111011 | 10100 | 0 | 101000000 | 1100011 | 1000110 |
Color Harmonies of #FE67CB
Complementary color
Monochromatic Colors of #FE67CB
Black with #FE67CB
Text Example
Text Example
White with #FE67CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE67CB; }
p { color: rgb(254,103,203); }
H1.HeaderClassName
{
color: #FE67CB;
}
.AnyTagClassName
{
color: #FE67CB;
}
</style>
background-color css
<style>
a { background-color: #FE67CB; }
a { background-color: rgb(254,103,203); }
div.DivClassName
{
background-color: #FE67CB;
}
.BgClassName
{
background-color: #FE67CB;
}
</style>
border-color css
<style>
span { border-color: #FE67CB; }
span { border-color: rgb(254,103,203); }
td.TdClassName
{
border-color: #FE67CB;
}
.TagClassName
{
border-color: #FE67CB;
}
</style>