Shades of Neon Pink #FF72BE
Tints of Neon Pink #FF72BE
RGB
CMYK
RGB Variations
Color information
#FF72BE (or 0xFF72BE) is known color: Neon Pink. HEX triplet: FF, 72 and BE. RGB value is (255,114,190). Sum of RGB (Red+Green+Blue) = 255+114+190=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72BE is #008D41. Grayscale: #A4A4A4. Windows color (decimal): -36162 or 12481279. OLE color: 12481279.
HSL color Cylindrical-coordinate representation of color #FF72BE: hue angle of 327.66º 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 #FF72BE is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 190 | - |
| CMYK | 0 | 0.55 | 0.25 | 0 |
| HSL | 327.66º | 1% | 0.72% | - |
| HSV(B) | 327.66º | 0.55% | 1% | - |
| XYZ | 56.55 | 37.01 | 52.88 | - |
| YUV | 164.82 | 142.21 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 190 | 0 | 0.55 | 0.25 | 0 | 327.66 | 1 | 0.72 |
| Hex | FF | 72 | BE | 0 | 37 | 19 | 0 | 148 | 64 | 48 |
| Octal | 377 | 162 | 276 | 0 | 67 | 31 | 0 | 510 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10111110 | 0 | 110111 | 11001 | 0 | 101001000 | 1100100 | 1001000 |
Color Harmonies of #FF72BE
Complementary color
Monochromatic Colors of #FF72BE
Black with #FF72BE
Text Example
Text Example
White with #FF72BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72BE; }
p { color: rgb(255,114,190); }
H1.HeaderClassName
{
color: #FF72BE;
}
.AnyTagClassName
{
color: #FF72BE;
}
</style>
background-color css
<style>
a { background-color: #FF72BE; }
a { background-color: rgb(255,114,190); }
div.DivClassName
{
background-color: #FF72BE;
}
.BgClassName
{
background-color: #FF72BE;
}
</style>
border-color css
<style>
span { border-color: #FF72BE; }
span { border-color: rgb(255,114,190); }
td.TdClassName
{
border-color: #FF72BE;
}
.TagClassName
{
border-color: #FF72BE;
}
</style>