Shades of Neon Pink #F374CB
Tints of Neon Pink #F374CB
RGB
CMYK
RGB Variations
Color information
#F374CB (or 0xF374CB) is known color: Neon Pink. HEX triplet: F3, 74 and CB. RGB value is (243,116,203). Sum of RGB (Red+Green+Blue) = 243+116+203=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F374CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374CB is #0C8B34. Grayscale: #A3A3A3. Windows color (decimal): -822069 or 13333747. OLE color: 13333747.
HSL color Cylindrical-coordinate representation of color #F374CB: hue angle of 318.9º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F374CB is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 203 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.05 |
| HSL | 318.9º | 0.84% | 0.7% | - |
| HSV(B) | 318.9º | 0.52% | 0.95% | - |
| XYZ | 53.99 | 35.86 | 60.58 | - |
| YUV | 163.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 203 | 0 | 0.52 | 0.16 | 0.05 | 318.9 | 0.84 | 0.7 |
| Hex | F3 | 74 | CB | 0 | 34 | 10 | 5 | 13F | 54 | 46 |
| Octal | 363 | 164 | 313 | 0 | 64 | 20 | 5 | 477 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11001011 | 0 | 110100 | 10000 | 101 | 100111111 | 1010100 | 1000110 |
Color Harmonies of #F374CB
Complementary color
Monochromatic Colors of #F374CB
Black with #F374CB
Text Example
Text Example
White with #F374CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374CB; }
p { color: rgb(243,116,203); }
H1.HeaderClassName
{
color: #F374CB;
}
.AnyTagClassName
{
color: #F374CB;
}
</style>
background-color css
<style>
a { background-color: #F374CB; }
a { background-color: rgb(243,116,203); }
div.DivClassName
{
background-color: #F374CB;
}
.BgClassName
{
background-color: #F374CB;
}
</style>
border-color css
<style>
span { border-color: #F374CB; }
span { border-color: rgb(243,116,203); }
td.TdClassName
{
border-color: #F374CB;
}
.TagClassName
{
border-color: #F374CB;
}
</style>