Shades of Neon Pink #F754C4
Tints of Neon Pink #F754C4
RGB
CMYK
RGB Variations
Color information
#F754C4 (or 0xF754C4) is known color: Neon Pink. HEX triplet: F7, 54 and C4. RGB value is (247,84,196). Sum of RGB (Red+Green+Blue) = 247+84+196=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F754C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F754C4 is #08AB3B. Grayscale: #919191. Windows color (decimal): -568124 or 12866807. OLE color: 12866807.
HSL color Cylindrical-coordinate representation of color #F754C4: hue angle of 318.77º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F754C4 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 196 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.03 |
| HSL | 318.77º | 0.91% | 0.65% | - |
| HSV(B) | 318.77º | 0.66% | 0.97% | - |
| XYZ | 51.49 | 30.1 | 55.32 | - |
| YUV | 145.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 196 | 0 | 0.66 | 0.21 | 0.03 | 318.77 | 0.91 | 0.65 |
| Hex | F7 | 54 | C4 | 0 | 42 | 15 | 3 | 13F | 5B | 41 |
| Octal | 367 | 124 | 304 | 0 | 102 | 25 | 3 | 477 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11000100 | 0 | 1000010 | 10101 | 11 | 100111111 | 1011011 | 1000001 |
Color Harmonies of #F754C4
Complementary color
Monochromatic Colors of #F754C4
Black with #F754C4
Text Example
Text Example
White with #F754C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754C4; }
p { color: rgb(247,84,196); }
H1.HeaderClassName
{
color: #F754C4;
}
.AnyTagClassName
{
color: #F754C4;
}
</style>
background-color css
<style>
a { background-color: #F754C4; }
a { background-color: rgb(247,84,196); }
div.DivClassName
{
background-color: #F754C4;
}
.BgClassName
{
background-color: #F754C4;
}
</style>
border-color css
<style>
span { border-color: #F754C4; }
span { border-color: rgb(247,84,196); }
td.TdClassName
{
border-color: #F754C4;
}
.TagClassName
{
border-color: #F754C4;
}
</style>