Shades of Neon Pink #F368D4
Tints of Neon Pink #F368D4
RGB
CMYK
RGB Variations
Color information
#F368D4 (or 0xF368D4) is known color: Neon Pink. HEX triplet: F3, 68 and D4. RGB value is (243,104,212). Sum of RGB (Red+Green+Blue) = 243+104+212=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F368D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F368D4 is #0C972B. Grayscale: #9D9D9D. Windows color (decimal): -825132 or 13920499. OLE color: 13920499.
HSL color Cylindrical-coordinate representation of color #F368D4: hue angle of 313.38º 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 #F368D4 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 212 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.05 |
| HSL | 313.38º | 0.85% | 0.68% | - |
| HSV(B) | 313.38º | 0.57% | 0.95% | - |
| XYZ | 53.8 | 33.71 | 65.96 | - |
| YUV | 157.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 212 | 0 | 0.57 | 0.13 | 0.05 | 313.38 | 0.85 | 0.68 |
| Hex | F3 | 68 | D4 | 0 | 39 | D | 5 | 139 | 55 | 44 |
| Octal | 363 | 150 | 324 | 0 | 71 | 15 | 5 | 471 | 125 | 104 |
| Binary | 11110011 | 1101000 | 11010100 | 0 | 111001 | 1101 | 101 | 100111001 | 1010101 | 1000100 |
Color Harmonies of #F368D4
Complementary color
Monochromatic Colors of #F368D4
Black with #F368D4
Text Example
Text Example
White with #F368D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368D4; }
p { color: rgb(243,104,212); }
H1.HeaderClassName
{
color: #F368D4;
}
.AnyTagClassName
{
color: #F368D4;
}
</style>
background-color css
<style>
a { background-color: #F368D4; }
a { background-color: rgb(243,104,212); }
div.DivClassName
{
background-color: #F368D4;
}
.BgClassName
{
background-color: #F368D4;
}
</style>
border-color css
<style>
span { border-color: #F368D4; }
span { border-color: rgb(243,104,212); }
td.TdClassName
{
border-color: #F368D4;
}
.TagClassName
{
border-color: #F368D4;
}
</style>