Shades of Neon Pink #FE6DC4
Tints of Neon Pink #FE6DC4
RGB
CMYK
RGB Variations
Color information
#FE6DC4 (or 0xFE6DC4) is known color: Neon Pink. HEX triplet: FE, 6D and C4. RGB value is (254,109,196). Sum of RGB (Red+Green+Blue) = 254+109+196=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6DC4 is #01923B. Grayscale: #A2A2A2. Windows color (decimal): -102972 or 12873214. OLE color: 12873214.
HSL color Cylindrical-coordinate representation of color #FE6DC4: hue angle of 324º 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 #FE6DC4 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 196 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.00 |
| HSL | 324º | 0.99% | 0.71% | - |
| HSV(B) | 324º | 0.57% | 1% | - |
| XYZ | 56.31 | 35.99 | 56.2 | - |
| YUV | 162.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 196 | 0 | 0.57 | 0.23 | 0.00 | 324 | 0.99 | 0.71 |
| Hex | FE | 6D | C4 | 0 | 39 | 17 | 0 | 144 | 63 | 47 |
| Octal | 376 | 155 | 304 | 0 | 71 | 27 | 0 | 504 | 143 | 107 |
| Binary | 11111110 | 1101101 | 11000100 | 0 | 111001 | 10111 | 0 | 101000100 | 1100011 | 1000111 |
Color Harmonies of #FE6DC4
Complementary color
Monochromatic Colors of #FE6DC4
Black with #FE6DC4
Text Example
Text Example
White with #FE6DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6DC4; }
p { color: rgb(254,109,196); }
H1.HeaderClassName
{
color: #FE6DC4;
}
.AnyTagClassName
{
color: #FE6DC4;
}
</style>
background-color css
<style>
a { background-color: #FE6DC4; }
a { background-color: rgb(254,109,196); }
div.DivClassName
{
background-color: #FE6DC4;
}
.BgClassName
{
background-color: #FE6DC4;
}
</style>
border-color css
<style>
span { border-color: #FE6DC4; }
span { border-color: rgb(254,109,196); }
td.TdClassName
{
border-color: #FE6DC4;
}
.TagClassName
{
border-color: #FE6DC4;
}
</style>