Shades of Neon Pink #F454C2
Tints of Neon Pink #F454C2
RGB
CMYK
RGB Variations
Color information
#F454C2 (or 0xF454C2) is known color: Neon Pink. HEX triplet: F4, 54 and C2. RGB value is (244,84,194). Sum of RGB (Red+Green+Blue) = 244+84+194=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F454C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F454C2 is #0BAB3D. Grayscale: #909090. Windows color (decimal): -764734 or 12735732. OLE color: 12735732.
HSL color Cylindrical-coordinate representation of color #F454C2: hue angle of 318.75º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F454C2 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 194 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.04 |
| HSL | 318.75º | 0.88% | 0.64% | - |
| HSV(B) | 318.75º | 0.66% | 0.96% | - |
| XYZ | 50.22 | 29.47 | 54.08 | - |
| YUV | 144.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 194 | 0 | 0.66 | 0.20 | 0.04 | 318.75 | 0.88 | 0.64 |
| Hex | F4 | 54 | C2 | 0 | 42 | 14 | 4 | 13F | 58 | 40 |
| Octal | 364 | 124 | 302 | 0 | 102 | 24 | 4 | 477 | 130 | 100 |
| Binary | 11110100 | 1010100 | 11000010 | 0 | 1000010 | 10100 | 100 | 100111111 | 1011000 | 1000000 |
Color Harmonies of #F454C2
Complementary color
Monochromatic Colors of #F454C2
Black with #F454C2
Text Example
Text Example
White with #F454C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F454C2; }
p { color: rgb(244,84,194); }
H1.HeaderClassName
{
color: #F454C2;
}
.AnyTagClassName
{
color: #F454C2;
}
</style>
background-color css
<style>
a { background-color: #F454C2; }
a { background-color: rgb(244,84,194); }
div.DivClassName
{
background-color: #F454C2;
}
.BgClassName
{
background-color: #F454C2;
}
</style>
border-color css
<style>
span { border-color: #F454C2; }
span { border-color: rgb(244,84,194); }
td.TdClassName
{
border-color: #F454C2;
}
.TagClassName
{
border-color: #F454C2;
}
</style>