Shades of Neon Pink #F574CB
Tints of Neon Pink #F574CB
RGB
CMYK
RGB Variations
Color information
#F574CB (or 0xF574CB) is known color: Neon Pink. HEX triplet: F5, 74 and CB. RGB value is (245,116,203). Sum of RGB (Red+Green+Blue) = 245+116+203=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F574CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574CB is #0A8B34. Grayscale: #A4A4A4. Windows color (decimal): -690997 or 13333749. OLE color: 13333749.
HSL color Cylindrical-coordinate representation of color #F574CB: hue angle of 319.53º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F574CB is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 203 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.04 |
| HSL | 319.53º | 0.87% | 0.71% | - |
| HSV(B) | 319.53º | 0.53% | 0.96% | - |
| XYZ | 54.68 | 36.22 | 60.61 | - |
| YUV | 164.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 203 | 0 | 0.53 | 0.17 | 0.04 | 319.53 | 0.87 | 0.71 |
| Hex | F5 | 74 | CB | 0 | 35 | 11 | 4 | 140 | 57 | 47 |
| Octal | 365 | 164 | 313 | 0 | 65 | 21 | 4 | 500 | 127 | 107 |
| Binary | 11110101 | 1110100 | 11001011 | 0 | 110101 | 10001 | 100 | 101000000 | 1010111 | 1000111 |
Color Harmonies of #F574CB
Complementary color
Monochromatic Colors of #F574CB
Black with #F574CB
Text Example
Text Example
White with #F574CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574CB; }
p { color: rgb(245,116,203); }
H1.HeaderClassName
{
color: #F574CB;
}
.AnyTagClassName
{
color: #F574CB;
}
</style>
background-color css
<style>
a { background-color: #F574CB; }
a { background-color: rgb(245,116,203); }
div.DivClassName
{
background-color: #F574CB;
}
.BgClassName
{
background-color: #F574CB;
}
</style>
border-color css
<style>
span { border-color: #F574CB; }
span { border-color: rgb(245,116,203); }
td.TdClassName
{
border-color: #F574CB;
}
.TagClassName
{
border-color: #F574CB;
}
</style>