Shades of Neon Pink #F453C4
Tints of Neon Pink #F453C4
RGB
CMYK
RGB Variations
Color information
#F453C4 (or 0xF453C4) is known color: Neon Pink. HEX triplet: F4, 53 and C4. RGB value is (244,83,196). Sum of RGB (Red+Green+Blue) = 244+83+196=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F453C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453C4 is #0BAC3B. Grayscale: #8F8F8F. Windows color (decimal): -764988 or 12866548. OLE color: 12866548.
HSL color Cylindrical-coordinate representation of color #F453C4: hue angle of 317.89º 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 #F453C4 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 196 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.04 |
| HSL | 317.89º | 0.88% | 0.64% | - |
| HSV(B) | 317.89º | 0.66% | 0.96% | - |
| XYZ | 50.37 | 29.41 | 55.25 | - |
| YUV | 144.02 | 157.34 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 196 | 0 | 0.66 | 0.20 | 0.04 | 317.89 | 0.88 | 0.64 |
| Hex | F4 | 53 | C4 | 0 | 42 | 14 | 4 | 13E | 58 | 40 |
| Octal | 364 | 123 | 304 | 0 | 102 | 24 | 4 | 476 | 130 | 100 |
| Binary | 11110100 | 1010011 | 11000100 | 0 | 1000010 | 10100 | 100 | 100111110 | 1011000 | 1000000 |
Color Harmonies of #F453C4
Complementary color
Monochromatic Colors of #F453C4
Black with #F453C4
Text Example
Text Example
White with #F453C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453C4; }
p { color: rgb(244,83,196); }
H1.HeaderClassName
{
color: #F453C4;
}
.AnyTagClassName
{
color: #F453C4;
}
</style>
background-color css
<style>
a { background-color: #F453C4; }
a { background-color: rgb(244,83,196); }
div.DivClassName
{
background-color: #F453C4;
}
.BgClassName
{
background-color: #F453C4;
}
</style>
border-color css
<style>
span { border-color: #F453C4; }
span { border-color: rgb(244,83,196); }
td.TdClassName
{
border-color: #F453C4;
}
.TagClassName
{
border-color: #F453C4;
}
</style>