Shades of Neon Pink #FF5FC4
Tints of Neon Pink #FF5FC4
RGB
CMYK
RGB Variations
Color information
#FF5FC4 (or 0xFF5FC4) is known color: Neon Pink. HEX triplet: FF, 5F and C4. RGB value is (255,95,196). Sum of RGB (Red+Green+Blue) = 255+95+196=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FC4 is #00A03B. Grayscale: #9A9A9A. Windows color (decimal): -41020 or 12869631. OLE color: 12869631.
HSL color Cylindrical-coordinate representation of color #FF5FC4: hue angle of 322.12º 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 #FF5FC4 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 196 | - |
| CMYK | 0 | 0.63 | 0.23 | 0 |
| HSL | 322.13º | 1% | 0.69% | - |
| HSV(B) | 322.13º | 0.63% | 1% | - |
| XYZ | 55.3 | 33.43 | 55.76 | - |
| YUV | 154.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 196 | 0 | 0.63 | 0.23 | 0 | 322.13 | 1 | 0.69 |
| Hex | FF | 5F | C4 | 0 | 3F | 17 | 0 | 142 | 64 | 45 |
| Octal | 377 | 137 | 304 | 0 | 77 | 27 | 0 | 502 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11000100 | 0 | 111111 | 10111 | 0 | 101000010 | 1100100 | 1000101 |
Color Harmonies of #FF5FC4
Complementary color
Monochromatic Colors of #FF5FC4
Black with #FF5FC4
Text Example
Text Example
White with #FF5FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FC4; }
p { color: rgb(255,95,196); }
H1.HeaderClassName
{
color: #FF5FC4;
}
.AnyTagClassName
{
color: #FF5FC4;
}
</style>
background-color css
<style>
a { background-color: #FF5FC4; }
a { background-color: rgb(255,95,196); }
div.DivClassName
{
background-color: #FF5FC4;
}
.BgClassName
{
background-color: #FF5FC4;
}
</style>
border-color css
<style>
span { border-color: #FF5FC4; }
span { border-color: rgb(255,95,196); }
td.TdClassName
{
border-color: #FF5FC4;
}
.TagClassName
{
border-color: #FF5FC4;
}
</style>