Shades of Neon Pink #FE65C6
Tints of Neon Pink #FE65C6
RGB
CMYK
RGB Variations
Color information
#FE65C6 (or 0xFE65C6) is known color: Neon Pink. HEX triplet: FE, 65 and C6. RGB value is (254,101,198). Sum of RGB (Red+Green+Blue) = 254+101+198=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65C6 is #019A39. Grayscale: #9D9D9D. Windows color (decimal): -105018 or 13002238. OLE color: 13002238.
HSL color Cylindrical-coordinate representation of color #FE65C6: hue angle of 321.96º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65C6 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 198 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.00 |
| HSL | 321.96º | 0.99% | 0.7% | - |
| HSV(B) | 321.96º | 0.6% | 1% | - |
| XYZ | 55.72 | 34.46 | 57.14 | - |
| YUV | 157.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 198 | 0 | 0.60 | 0.22 | 0.00 | 321.96 | 0.99 | 0.7 |
| Hex | FE | 65 | C6 | 0 | 3C | 16 | 0 | 142 | 63 | 46 |
| Octal | 376 | 145 | 306 | 0 | 74 | 26 | 0 | 502 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11000110 | 0 | 111100 | 10110 | 0 | 101000010 | 1100011 | 1000110 |
Color Harmonies of #FE65C6
Complementary color
Monochromatic Colors of #FE65C6
Black with #FE65C6
Text Example
Text Example
White with #FE65C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65C6; }
p { color: rgb(254,101,198); }
H1.HeaderClassName
{
color: #FE65C6;
}
.AnyTagClassName
{
color: #FE65C6;
}
</style>
background-color css
<style>
a { background-color: #FE65C6; }
a { background-color: rgb(254,101,198); }
div.DivClassName
{
background-color: #FE65C6;
}
.BgClassName
{
background-color: #FE65C6;
}
</style>
border-color css
<style>
span { border-color: #FE65C6; }
span { border-color: rgb(254,101,198); }
td.TdClassName
{
border-color: #FE65C6;
}
.TagClassName
{
border-color: #FE65C6;
}
</style>