Shades of Neon Pink #F370BD
Tints of Neon Pink #F370BD
RGB
CMYK
RGB Variations
Color information
#F370BD (or 0xF370BD) is known color: Neon Pink. HEX triplet: F3, 70 and BD. RGB value is (243,112,189). Sum of RGB (Red+Green+Blue) = 243+112+189=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F370BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370BD is #0C8F42. Grayscale: #9F9F9F. Windows color (decimal): -823107 or 12415219. OLE color: 12415219.
HSL color Cylindrical-coordinate representation of color #F370BD: hue angle of 324.73º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370BD is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 189 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.05 |
| HSL | 324.73º | 0.85% | 0.7% | - |
| HSV(B) | 324.73º | 0.54% | 0.95% | - |
| XYZ | 51.94 | 34.32 | 52.03 | - |
| YUV | 159.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 189 | 0 | 0.54 | 0.22 | 0.05 | 324.73 | 0.85 | 0.7 |
| Hex | F3 | 70 | BD | 0 | 36 | 16 | 5 | 145 | 55 | 46 |
| Octal | 363 | 160 | 275 | 0 | 66 | 26 | 5 | 505 | 125 | 106 |
| Binary | 11110011 | 1110000 | 10111101 | 0 | 110110 | 10110 | 101 | 101000101 | 1010101 | 1000110 |
Color Harmonies of #F370BD
Complementary color
Monochromatic Colors of #F370BD
Black with #F370BD
Text Example
Text Example
White with #F370BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370BD; }
p { color: rgb(243,112,189); }
H1.HeaderClassName
{
color: #F370BD;
}
.AnyTagClassName
{
color: #F370BD;
}
</style>
background-color css
<style>
a { background-color: #F370BD; }
a { background-color: rgb(243,112,189); }
div.DivClassName
{
background-color: #F370BD;
}
.BgClassName
{
background-color: #F370BD;
}
</style>
border-color css
<style>
span { border-color: #F370BD; }
span { border-color: rgb(243,112,189); }
td.TdClassName
{
border-color: #F370BD;
}
.TagClassName
{
border-color: #F370BD;
}
</style>