Shades of Neon Pink #F254C5
Tints of Neon Pink #F254C5
RGB
CMYK
RGB Variations
Color information
#F254C5 (or 0xF254C5) is known color: Neon Pink. HEX triplet: F2, 54 and C5. RGB value is (242,84,197). Sum of RGB (Red+Green+Blue) = 242+84+197=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F254C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254C5 is #0DAB3A. Grayscale: #8F8F8F. Windows color (decimal): -895803 or 12932338. OLE color: 12932338.
HSL color Cylindrical-coordinate representation of color #F254C5: hue angle of 317.09º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F254C5 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 197 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.05 |
| HSL | 317.09º | 0.86% | 0.64% | - |
| HSV(B) | 317.09º | 0.65% | 0.95% | - |
| XYZ | 49.87 | 29.25 | 55.84 | - |
| YUV | 144.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 197 | 0 | 0.65 | 0.19 | 0.05 | 317.09 | 0.86 | 0.64 |
| Hex | F2 | 54 | C5 | 0 | 41 | 13 | 5 | 13D | 56 | 40 |
| Octal | 362 | 124 | 305 | 0 | 101 | 23 | 5 | 475 | 126 | 100 |
| Binary | 11110010 | 1010100 | 11000101 | 0 | 1000001 | 10011 | 101 | 100111101 | 1010110 | 1000000 |
Color Harmonies of #F254C5
Complementary color
Monochromatic Colors of #F254C5
Black with #F254C5
Text Example
Text Example
White with #F254C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254C5; }
p { color: rgb(242,84,197); }
H1.HeaderClassName
{
color: #F254C5;
}
.AnyTagClassName
{
color: #F254C5;
}
</style>
background-color css
<style>
a { background-color: #F254C5; }
a { background-color: rgb(242,84,197); }
div.DivClassName
{
background-color: #F254C5;
}
.BgClassName
{
background-color: #F254C5;
}
</style>
border-color css
<style>
span { border-color: #F254C5; }
span { border-color: rgb(242,84,197); }
td.TdClassName
{
border-color: #F254C5;
}
.TagClassName
{
border-color: #F254C5;
}
</style>