Shades of Neon Pink #F265CB
Tints of Neon Pink #F265CB
RGB
CMYK
RGB Variations
Color information
#F265CB (or 0xF265CB) is known color: Neon Pink. HEX triplet: F2, 65 and CB. RGB value is (242,101,203). Sum of RGB (Red+Green+Blue) = 242+101+203=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F265CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265CB is #0D9A34. Grayscale: #9A9A9A. Windows color (decimal): -891445 or 13329906. OLE color: 13329906.
HSL color Cylindrical-coordinate representation of color #F265CB: hue angle of 316.6º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265CB is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 203 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.05 |
| HSL | 316.6º | 0.84% | 0.67% | - |
| HSV(B) | 316.6º | 0.58% | 0.95% | - |
| XYZ | 52.05 | 32.5 | 60.03 | - |
| YUV | 154.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 203 | 0 | 0.58 | 0.16 | 0.05 | 316.6 | 0.84 | 0.67 |
| Hex | F2 | 65 | CB | 0 | 3A | 10 | 5 | 13D | 54 | 43 |
| Octal | 362 | 145 | 313 | 0 | 72 | 20 | 5 | 475 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11001011 | 0 | 111010 | 10000 | 101 | 100111101 | 1010100 | 1000011 |
Color Harmonies of #F265CB
Complementary color
Monochromatic Colors of #F265CB
Black with #F265CB
Text Example
Text Example
White with #F265CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265CB; }
p { color: rgb(242,101,203); }
H1.HeaderClassName
{
color: #F265CB;
}
.AnyTagClassName
{
color: #F265CB;
}
</style>
background-color css
<style>
a { background-color: #F265CB; }
a { background-color: rgb(242,101,203); }
div.DivClassName
{
background-color: #F265CB;
}
.BgClassName
{
background-color: #F265CB;
}
</style>
border-color css
<style>
span { border-color: #F265CB; }
span { border-color: rgb(242,101,203); }
td.TdClassName
{
border-color: #F265CB;
}
.TagClassName
{
border-color: #F265CB;
}
</style>