Shades of Neon Pink #F455C1
Tints of Neon Pink #F455C1
RGB
CMYK
RGB Variations
Color information
#F455C1 (or 0xF455C1) is known color: Neon Pink. HEX triplet: F4, 55 and C1. RGB value is (244,85,193). Sum of RGB (Red+Green+Blue) = 244+85+193=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F455C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F455C1 is #0BAA3E. Grayscale: #909090. Windows color (decimal): -764479 or 12670452. OLE color: 12670452.
HSL color Cylindrical-coordinate representation of color #F455C1: hue angle of 319.25º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F455C1 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 193 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.04 |
| HSL | 319.25º | 0.88% | 0.65% | - |
| HSV(B) | 319.25º | 0.65% | 0.96% | - |
| XYZ | 50.18 | 29.58 | 53.52 | - |
| YUV | 144.85 | 155.18 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 193 | 0 | 0.65 | 0.21 | 0.04 | 319.25 | 0.88 | 0.65 |
| Hex | F4 | 55 | C1 | 0 | 41 | 15 | 4 | 13F | 58 | 41 |
| Octal | 364 | 125 | 301 | 0 | 101 | 25 | 4 | 477 | 130 | 101 |
| Binary | 11110100 | 1010101 | 11000001 | 0 | 1000001 | 10101 | 100 | 100111111 | 1011000 | 1000001 |
Color Harmonies of #F455C1
Complementary color
Monochromatic Colors of #F455C1
Black with #F455C1
Text Example
Text Example
White with #F455C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F455C1; }
p { color: rgb(244,85,193); }
H1.HeaderClassName
{
color: #F455C1;
}
.AnyTagClassName
{
color: #F455C1;
}
</style>
background-color css
<style>
a { background-color: #F455C1; }
a { background-color: rgb(244,85,193); }
div.DivClassName
{
background-color: #F455C1;
}
.BgClassName
{
background-color: #F455C1;
}
</style>
border-color css
<style>
span { border-color: #F455C1; }
span { border-color: rgb(244,85,193); }
td.TdClassName
{
border-color: #F455C1;
}
.TagClassName
{
border-color: #F455C1;
}
</style>