Shades of Neon Pink #F368D1
Tints of Neon Pink #F368D1
RGB
CMYK
RGB Variations
Color information
#F368D1 (or 0xF368D1) is known color: Neon Pink. HEX triplet: F3, 68 and D1. RGB value is (243,104,209). Sum of RGB (Red+Green+Blue) = 243+104+209=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 104 (41.02% from 255 or 18.71% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F368D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F368D1 is #0C972E. Grayscale: #9D9D9D. Windows color (decimal): -825135 or 13723891. OLE color: 13723891.
HSL color Cylindrical-coordinate representation of color #F368D1: hue angle of 314.68º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F368D1 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 209 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.05 |
| HSL | 314.68º | 0.85% | 0.68% | - |
| HSV(B) | 314.68º | 0.57% | 0.95% | - |
| XYZ | 53.42 | 33.56 | 63.98 | - |
| YUV | 157.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 209 | 0 | 0.57 | 0.14 | 0.05 | 314.68 | 0.85 | 0.68 |
| Hex | F3 | 68 | D1 | 0 | 39 | E | 5 | 13B | 55 | 44 |
| Octal | 363 | 150 | 321 | 0 | 71 | 16 | 5 | 473 | 125 | 104 |
| Binary | 11110011 | 1101000 | 11010001 | 0 | 111001 | 1110 | 101 | 100111011 | 1010101 | 1000100 |
Color Harmonies of #F368D1
Complementary color
Monochromatic Colors of #F368D1
Black with #F368D1
Text Example
Text Example
White with #F368D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368D1; }
p { color: rgb(243,104,209); }
H1.HeaderClassName
{
color: #F368D1;
}
.AnyTagClassName
{
color: #F368D1;
}
</style>
background-color css
<style>
a { background-color: #F368D1; }
a { background-color: rgb(243,104,209); }
div.DivClassName
{
background-color: #F368D1;
}
.BgClassName
{
background-color: #F368D1;
}
</style>
border-color css
<style>
span { border-color: #F368D1; }
span { border-color: rgb(243,104,209); }
td.TdClassName
{
border-color: #F368D1;
}
.TagClassName
{
border-color: #F368D1;
}
</style>