Shades of Neon Pink #F367D2
Tints of Neon Pink #F367D2
RGB
CMYK
RGB Variations
Color information
#F367D2 (or 0xF367D2) is known color: Neon Pink. HEX triplet: F3, 67 and D2. RGB value is (243,103,210). Sum of RGB (Red+Green+Blue) = 243+103+210=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 103 (40.62% from 255 or 18.53% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F367D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F367D2 is #0C982D. Grayscale: #9C9C9C. Windows color (decimal): -825390 or 13789171. OLE color: 13789171.
HSL color Cylindrical-coordinate representation of color #F367D2: hue angle of 314.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F367D2 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 103 | 210 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.05 |
| HSL | 314.14º | 0.85% | 0.68% | - |
| HSV(B) | 314.14º | 0.58% | 0.95% | - |
| XYZ | 53.45 | 33.41 | 64.6 | - |
| YUV | 157.06 | 157.88 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 103 | 210 | 0 | 0.58 | 0.14 | 0.05 | 314.14 | 0.85 | 0.68 |
| Hex | F3 | 67 | D2 | 0 | 3A | E | 5 | 13A | 55 | 44 |
| Octal | 363 | 147 | 322 | 0 | 72 | 16 | 5 | 472 | 125 | 104 |
| Binary | 11110011 | 1100111 | 11010010 | 0 | 111010 | 1110 | 101 | 100111010 | 1010101 | 1000100 |
Color Harmonies of #F367D2
Complementary color
Monochromatic Colors of #F367D2
Black with #F367D2
Text Example
Text Example
White with #F367D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F367D2; }
p { color: rgb(243,103,210); }
H1.HeaderClassName
{
color: #F367D2;
}
.AnyTagClassName
{
color: #F367D2;
}
</style>
background-color css
<style>
a { background-color: #F367D2; }
a { background-color: rgb(243,103,210); }
div.DivClassName
{
background-color: #F367D2;
}
.BgClassName
{
background-color: #F367D2;
}
</style>
border-color css
<style>
span { border-color: #F367D2; }
span { border-color: rgb(243,103,210); }
td.TdClassName
{
border-color: #F367D2;
}
.TagClassName
{
border-color: #F367D2;
}
</style>