Shades of Neon Pink #F363CF
Tints of Neon Pink #F363CF
RGB
CMYK
RGB Variations
Color information
#F363CF (or 0xF363CF) is known color: Neon Pink. HEX triplet: F3, 63 and CF. RGB value is (243,99,207). Sum of RGB (Red+Green+Blue) = 243+99+207=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F363CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F363CF is #0C9C30. Grayscale: #9A9A9A. Windows color (decimal): -826417 or 13591539. OLE color: 13591539.
HSL color Cylindrical-coordinate representation of color #F363CF: hue angle of 315º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F363CF is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 99 | 207 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.05 |
| HSL | 315º | 0.86% | 0.67% | - |
| HSV(B) | 315º | 0.59% | 0.95% | - |
| XYZ | 52.69 | 32.48 | 62.52 | - |
| YUV | 154.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 99 | 207 | 0 | 0.59 | 0.15 | 0.05 | 315 | 0.86 | 0.67 |
| Hex | F3 | 63 | CF | 0 | 3B | F | 5 | 13B | 56 | 43 |
| Octal | 363 | 143 | 317 | 0 | 73 | 17 | 5 | 473 | 126 | 103 |
| Binary | 11110011 | 1100011 | 11001111 | 0 | 111011 | 1111 | 101 | 100111011 | 1010110 | 1000011 |
Color Harmonies of #F363CF
Complementary color
Monochromatic Colors of #F363CF
Black with #F363CF
Text Example
Text Example
White with #F363CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F363CF; }
p { color: rgb(243,99,207); }
H1.HeaderClassName
{
color: #F363CF;
}
.AnyTagClassName
{
color: #F363CF;
}
</style>
background-color css
<style>
a { background-color: #F363CF; }
a { background-color: rgb(243,99,207); }
div.DivClassName
{
background-color: #F363CF;
}
.BgClassName
{
background-color: #F363CF;
}
</style>
border-color css
<style>
span { border-color: #F363CF; }
span { border-color: rgb(243,99,207); }
td.TdClassName
{
border-color: #F363CF;
}
.TagClassName
{
border-color: #F363CF;
}
</style>