Shades of Neon Pink #FF5FCE
Tints of Neon Pink #FF5FCE
RGB
CMYK
RGB Variations
Color information
#FF5FCE (or 0xFF5FCE) is known color: Neon Pink. HEX triplet: FF, 5F and CE. RGB value is (255,95,206). Sum of RGB (Red+Green+Blue) = 255+95+206=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FCE is #00A031. Grayscale: #9B9B9B. Windows color (decimal): -41010 or 13524991. OLE color: 13524991.
HSL color Cylindrical-coordinate representation of color #FF5FCE: hue angle of 318.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FCE is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 206 | - |
| CMYK | 0 | 0.63 | 0.19 | 0 |
| HSL | 318.38º | 1% | 0.69% | - |
| HSV(B) | 318.38º | 0.63% | 1% | - |
| XYZ | 56.47 | 33.9 | 61.96 | - |
| YUV | 155.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 206 | 0 | 0.63 | 0.19 | 0 | 318.38 | 1 | 0.69 |
| Hex | FF | 5F | CE | 0 | 3F | 13 | 0 | 13E | 64 | 45 |
| Octal | 377 | 137 | 316 | 0 | 77 | 23 | 0 | 476 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11001110 | 0 | 111111 | 10011 | 0 | 100111110 | 1100100 | 1000101 |
Color Harmonies of #FF5FCE
Complementary color
Monochromatic Colors of #FF5FCE
Black with #FF5FCE
Text Example
Text Example
White with #FF5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FCE; }
p { color: rgb(255,95,206); }
H1.HeaderClassName
{
color: #FF5FCE;
}
.AnyTagClassName
{
color: #FF5FCE;
}
</style>
background-color css
<style>
a { background-color: #FF5FCE; }
a { background-color: rgb(255,95,206); }
div.DivClassName
{
background-color: #FF5FCE;
}
.BgClassName
{
background-color: #FF5FCE;
}
</style>
border-color css
<style>
span { border-color: #FF5FCE; }
span { border-color: rgb(255,95,206); }
td.TdClassName
{
border-color: #FF5FCE;
}
.TagClassName
{
border-color: #FF5FCE;
}
</style>