Shades of Neon Pink #FF72C3
Tints of Neon Pink #FF72C3
RGB
CMYK
RGB Variations
Color information
#FF72C3 (or 0xFF72C3) is known color: Neon Pink. HEX triplet: FF, 72 and C3. RGB value is (255,114,195). Sum of RGB (Red+Green+Blue) = 255+114+195=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72C3 is #008D3C. Grayscale: #A5A5A5. Windows color (decimal): -36157 or 12808959. OLE color: 12808959.
HSL color Cylindrical-coordinate representation of color #FF72C3: hue angle of 325.53º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF72C3 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 195 | - |
| CMYK | 0 | 0.55 | 0.24 | 0 |
| HSL | 325.53º | 1% | 0.72% | - |
| HSV(B) | 325.53º | 0.55% | 1% | - |
| XYZ | 57.11 | 37.23 | 55.81 | - |
| YUV | 165.39 | 144.71 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 195 | 0 | 0.55 | 0.24 | 0 | 325.53 | 1 | 0.72 |
| Hex | FF | 72 | C3 | 0 | 37 | 18 | 0 | 146 | 64 | 48 |
| Octal | 377 | 162 | 303 | 0 | 67 | 30 | 0 | 506 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11000011 | 0 | 110111 | 11000 | 0 | 101000110 | 1100100 | 1001000 |
Color Harmonies of #FF72C3
Complementary color
Monochromatic Colors of #FF72C3
Black with #FF72C3
Text Example
Text Example
White with #FF72C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72C3; }
p { color: rgb(255,114,195); }
H1.HeaderClassName
{
color: #FF72C3;
}
.AnyTagClassName
{
color: #FF72C3;
}
</style>
background-color css
<style>
a { background-color: #FF72C3; }
a { background-color: rgb(255,114,195); }
div.DivClassName
{
background-color: #FF72C3;
}
.BgClassName
{
background-color: #FF72C3;
}
</style>
border-color css
<style>
span { border-color: #FF72C3; }
span { border-color: rgb(255,114,195); }
td.TdClassName
{
border-color: #FF72C3;
}
.TagClassName
{
border-color: #FF72C3;
}
</style>