Shades of Neon Pink #F065C4
Tints of Neon Pink #F065C4
RGB
CMYK
RGB Variations
Color information
#F065C4 (or 0xF065C4) is known color: Neon Pink. HEX triplet: F0, 65 and C4. RGB value is (240,101,196). Sum of RGB (Red+Green+Blue) = 240+101+196=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F065C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065C4 is #0F9A3B. Grayscale: #999999. Windows color (decimal): -1022524 or 12871152. OLE color: 12871152.
HSL color Cylindrical-coordinate representation of color #F065C4: hue angle of 318.99º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065C4 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 196 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.06 |
| HSL | 318.99º | 0.82% | 0.67% | - |
| HSV(B) | 318.99º | 0.58% | 0.94% | - |
| XYZ | 50.55 | 31.82 | 55.7 | - |
| YUV | 153.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 196 | 0 | 0.58 | 0.18 | 0.06 | 318.99 | 0.82 | 0.67 |
| Hex | F0 | 65 | C4 | 0 | 3A | 12 | 6 | 13F | 52 | 43 |
| Octal | 360 | 145 | 304 | 0 | 72 | 22 | 6 | 477 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11000100 | 0 | 111010 | 10010 | 110 | 100111111 | 1010010 | 1000011 |
Color Harmonies of #F065C4
Complementary color
Monochromatic Colors of #F065C4
Black with #F065C4
Text Example
Text Example
White with #F065C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065C4; }
p { color: rgb(240,101,196); }
H1.HeaderClassName
{
color: #F065C4;
}
.AnyTagClassName
{
color: #F065C4;
}
</style>
background-color css
<style>
a { background-color: #F065C4; }
a { background-color: rgb(240,101,196); }
div.DivClassName
{
background-color: #F065C4;
}
.BgClassName
{
background-color: #F065C4;
}
</style>
border-color css
<style>
span { border-color: #F065C4; }
span { border-color: rgb(240,101,196); }
td.TdClassName
{
border-color: #F065C4;
}
.TagClassName
{
border-color: #F065C4;
}
</style>