Shades of Neon Pink #FF74BF
Tints of Neon Pink #FF74BF
RGB
CMYK
RGB Variations
Color information
#FF74BF (or 0xFF74BF) is known color: Neon Pink. HEX triplet: FF, 74 and BF. RGB value is (255,116,191). Sum of RGB (Red+Green+Blue) = 255+116+191=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74BF is #008B40. Grayscale: #A5A5A5. Windows color (decimal): -35649 or 12547327. OLE color: 12547327.
HSL color Cylindrical-coordinate representation of color #FF74BF: hue angle of 327.63º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74BF is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 191 | - |
| CMYK | 0 | 0.55 | 0.25 | 0 |
| HSL | 327.63º | 1% | 0.73% | - |
| HSV(B) | 327.63º | 0.55% | 1% | - |
| XYZ | 56.89 | 37.51 | 53.53 | - |
| YUV | 166.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 191 | 0 | 0.55 | 0.25 | 0 | 327.63 | 1 | 0.73 |
| Hex | FF | 74 | BF | 0 | 37 | 19 | 0 | 148 | 64 | 49 |
| Octal | 377 | 164 | 277 | 0 | 67 | 31 | 0 | 510 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10111111 | 0 | 110111 | 11001 | 0 | 101001000 | 1100100 | 1001001 |
Color Harmonies of #FF74BF
Complementary color
Monochromatic Colors of #FF74BF
Black with #FF74BF
Text Example
Text Example
White with #FF74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74BF; }
p { color: rgb(255,116,191); }
H1.HeaderClassName
{
color: #FF74BF;
}
.AnyTagClassName
{
color: #FF74BF;
}
</style>
background-color css
<style>
a { background-color: #FF74BF; }
a { background-color: rgb(255,116,191); }
div.DivClassName
{
background-color: #FF74BF;
}
.BgClassName
{
background-color: #FF74BF;
}
</style>
border-color css
<style>
span { border-color: #FF74BF; }
span { border-color: rgb(255,116,191); }
td.TdClassName
{
border-color: #FF74BF;
}
.TagClassName
{
border-color: #FF74BF;
}
</style>