Shades of Neon Pink #F264CB
Tints of Neon Pink #F264CB
RGB
CMYK
RGB Variations
Color information
#F264CB (or 0xF264CB) is known color: Neon Pink. HEX triplet: F2, 64 and CB. RGB value is (242,100,203). Sum of RGB (Red+Green+Blue) = 242+100+203=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F264CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F264CB is #0D9B34. Grayscale: #999999. Windows color (decimal): -891701 or 13329650. OLE color: 13329650.
HSL color Cylindrical-coordinate representation of color #F264CB: hue angle of 316.48º degrees, saturation: 0.85, 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 #F264CB is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 203 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.05 |
| HSL | 316.48º | 0.85% | 0.67% | - |
| HSV(B) | 316.48º | 0.59% | 0.95% | - |
| XYZ | 51.95 | 32.3 | 60 | - |
| YUV | 154.2 | 155.54 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 203 | 0 | 0.59 | 0.16 | 0.05 | 316.48 | 0.85 | 0.67 |
| Hex | F2 | 64 | CB | 0 | 3B | 10 | 5 | 13C | 55 | 43 |
| Octal | 362 | 144 | 313 | 0 | 73 | 20 | 5 | 474 | 125 | 103 |
| Binary | 11110010 | 1100100 | 11001011 | 0 | 111011 | 10000 | 101 | 100111100 | 1010101 | 1000011 |
Color Harmonies of #F264CB
Complementary color
Monochromatic Colors of #F264CB
Black with #F264CB
Text Example
Text Example
White with #F264CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F264CB; }
p { color: rgb(242,100,203); }
H1.HeaderClassName
{
color: #F264CB;
}
.AnyTagClassName
{
color: #F264CB;
}
</style>
background-color css
<style>
a { background-color: #F264CB; }
a { background-color: rgb(242,100,203); }
div.DivClassName
{
background-color: #F264CB;
}
.BgClassName
{
background-color: #F264CB;
}
</style>
border-color css
<style>
span { border-color: #F264CB; }
span { border-color: rgb(242,100,203); }
td.TdClassName
{
border-color: #F264CB;
}
.TagClassName
{
border-color: #F264CB;
}
</style>