Shades of Neon Pink #F063C8
Tints of Neon Pink #F063C8
RGB
CMYK
RGB Variations
Color information
#F063C8 (or 0xF063C8) is known color: Neon Pink. HEX triplet: F0, 63 and C8. RGB value is (240,99,200). Sum of RGB (Red+Green+Blue) = 240+99+200=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F063C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063C8 is #0F9C37. Grayscale: #989898. Windows color (decimal): -1023032 or 13132784. OLE color: 13132784.
HSL color Cylindrical-coordinate representation of color #F063C8: hue angle of 317.02º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F063C8 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 200 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.06 |
| HSL | 317.02º | 0.82% | 0.66% | - |
| HSV(B) | 317.02º | 0.59% | 0.94% | - |
| XYZ | 50.82 | 31.62 | 58.07 | - |
| YUV | 152.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 200 | 0 | 0.59 | 0.17 | 0.06 | 317.02 | 0.82 | 0.66 |
| Hex | F0 | 63 | C8 | 0 | 3B | 11 | 6 | 13D | 52 | 42 |
| Octal | 360 | 143 | 310 | 0 | 73 | 21 | 6 | 475 | 122 | 102 |
| Binary | 11110000 | 1100011 | 11001000 | 0 | 111011 | 10001 | 110 | 100111101 | 1010010 | 1000010 |
Color Harmonies of #F063C8
Complementary color
Monochromatic Colors of #F063C8
Black with #F063C8
Text Example
Text Example
White with #F063C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063C8; }
p { color: rgb(240,99,200); }
H1.HeaderClassName
{
color: #F063C8;
}
.AnyTagClassName
{
color: #F063C8;
}
</style>
background-color css
<style>
a { background-color: #F063C8; }
a { background-color: rgb(240,99,200); }
div.DivClassName
{
background-color: #F063C8;
}
.BgClassName
{
background-color: #F063C8;
}
</style>
border-color css
<style>
span { border-color: #F063C8; }
span { border-color: rgb(240,99,200); }
td.TdClassName
{
border-color: #F063C8;
}
.TagClassName
{
border-color: #F063C8;
}
</style>