Shades of Neon Pink #FF72BD
Tints of Neon Pink #FF72BD
RGB
CMYK
RGB Variations
Color information
#FF72BD (or 0xFF72BD) is known color: Neon Pink. HEX triplet: FF, 72 and BD. RGB value is (255,114,189). Sum of RGB (Red+Green+Blue) = 255+114+189=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72BD is #008D42. Grayscale: #A4A4A4. Windows color (decimal): -36163 or 12415743. OLE color: 12415743.
HSL color Cylindrical-coordinate representation of color #FF72BD: hue angle of 328.09º 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 #FF72BD is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 189 | - |
| CMYK | 0 | 0.55 | 0.26 | 0 |
| HSL | 328.09º | 1% | 0.72% | - |
| HSV(B) | 328.09º | 0.55% | 1% | - |
| XYZ | 56.44 | 36.97 | 52.3 | - |
| YUV | 164.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 189 | 0 | 0.55 | 0.26 | 0 | 328.09 | 1 | 0.72 |
| Hex | FF | 72 | BD | 0 | 37 | 1A | 0 | 148 | 64 | 48 |
| Octal | 377 | 162 | 275 | 0 | 67 | 32 | 0 | 510 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10111101 | 0 | 110111 | 11010 | 0 | 101001000 | 1100100 | 1001000 |
Color Harmonies of #FF72BD
Complementary color
Monochromatic Colors of #FF72BD
Black with #FF72BD
Text Example
Text Example
White with #FF72BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72BD; }
p { color: rgb(255,114,189); }
H1.HeaderClassName
{
color: #FF72BD;
}
.AnyTagClassName
{
color: #FF72BD;
}
</style>
background-color css
<style>
a { background-color: #FF72BD; }
a { background-color: rgb(255,114,189); }
div.DivClassName
{
background-color: #FF72BD;
}
.BgClassName
{
background-color: #FF72BD;
}
</style>
border-color css
<style>
span { border-color: #FF72BD; }
span { border-color: rgb(255,114,189); }
td.TdClassName
{
border-color: #FF72BD;
}
.TagClassName
{
border-color: #FF72BD;
}
</style>