Shades of Neon Pink #F754CB
Tints of Neon Pink #F754CB
RGB
CMYK
RGB Variations
Color information
#F754CB (or 0xF754CB) is known color: Neon Pink. HEX triplet: F7, 54 and CB. RGB value is (247,84,203). Sum of RGB (Red+Green+Blue) = 247+84+203=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F754CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F754CB is #08AB34. Grayscale: #919191. Windows color (decimal): -568117 or 13325559. OLE color: 13325559.
HSL color Cylindrical-coordinate representation of color #F754CB: hue angle of 316.2º 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 #F754CB is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 203 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.03 |
| HSL | 316.2º | 0.91% | 0.65% | - |
| HSV(B) | 316.2º | 0.66% | 0.97% | - |
| XYZ | 52.31 | 30.43 | 59.62 | - |
| YUV | 146.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 203 | 0 | 0.66 | 0.18 | 0.03 | 316.2 | 0.91 | 0.65 |
| Hex | F7 | 54 | CB | 0 | 42 | 12 | 3 | 13C | 5B | 41 |
| Octal | 367 | 124 | 313 | 0 | 102 | 22 | 3 | 474 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11001011 | 0 | 1000010 | 10010 | 11 | 100111100 | 1011011 | 1000001 |
Color Harmonies of #F754CB
Complementary color
Monochromatic Colors of #F754CB
Black with #F754CB
Text Example
Text Example
White with #F754CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754CB; }
p { color: rgb(247,84,203); }
H1.HeaderClassName
{
color: #F754CB;
}
.AnyTagClassName
{
color: #F754CB;
}
</style>
background-color css
<style>
a { background-color: #F754CB; }
a { background-color: rgb(247,84,203); }
div.DivClassName
{
background-color: #F754CB;
}
.BgClassName
{
background-color: #F754CB;
}
</style>
border-color css
<style>
span { border-color: #F754CB; }
span { border-color: rgb(247,84,203); }
td.TdClassName
{
border-color: #F754CB;
}
.TagClassName
{
border-color: #F754CB;
}
</style>