Shades of Neon Pink #FE6FCB
Tints of Neon Pink #FE6FCB
RGB
CMYK
RGB Variations
Color information
#FE6FCB (or 0xFE6FCB) is known color: Neon Pink. HEX triplet: FE, 6F and CB. RGB value is (254,111,203). Sum of RGB (Red+Green+Blue) = 254+111+203=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FCB is #019034. Grayscale: #A4A4A4. Windows color (decimal): -102453 or 13332478. OLE color: 13332478.
HSL color Cylindrical-coordinate representation of color #FE6FCB: hue angle of 321.4º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FCB is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 203 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.00 |
| HSL | 321.4º | 0.99% | 0.72% | - |
| HSV(B) | 321.4º | 0.56% | 1% | - |
| XYZ | 57.34 | 36.75 | 60.57 | - |
| YUV | 164.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 203 | 0 | 0.56 | 0.20 | 0.00 | 321.4 | 0.99 | 0.72 |
| Hex | FE | 6F | CB | 0 | 38 | 14 | 0 | 141 | 63 | 48 |
| Octal | 376 | 157 | 313 | 0 | 70 | 24 | 0 | 501 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11001011 | 0 | 111000 | 10100 | 0 | 101000001 | 1100011 | 1001000 |
Color Harmonies of #FE6FCB
Complementary color
Monochromatic Colors of #FE6FCB
Black with #FE6FCB
Text Example
Text Example
White with #FE6FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FCB; }
p { color: rgb(254,111,203); }
H1.HeaderClassName
{
color: #FE6FCB;
}
.AnyTagClassName
{
color: #FE6FCB;
}
</style>
background-color css
<style>
a { background-color: #FE6FCB; }
a { background-color: rgb(254,111,203); }
div.DivClassName
{
background-color: #FE6FCB;
}
.BgClassName
{
background-color: #FE6FCB;
}
</style>
border-color css
<style>
span { border-color: #FE6FCB; }
span { border-color: rgb(254,111,203); }
td.TdClassName
{
border-color: #FE6FCB;
}
.TagClassName
{
border-color: #FE6FCB;
}
</style>