#F06FC6

Color #F06FC6 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F06FC6

Tints of Neon Pink #F06FC6

Color information

#F06FC6 (or 0xF06FC6) is unknown color: approx Neon Pink. HEX triplet: F0, 6F and C6. RGB value is (240,111,198). Sum of RGB (Red+Green+Blue) = 240+111+198=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FC6 is #0F9039. Grayscale: #9F9F9F. Windows color (decimal): -1019962 or 13004784. OLE color: 13004784.

HSL color Cylindrical-coordinate representation of color #F06FC6: hue angle of 319.53º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FC6 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB240111198-
CMYK00.540.180.06
HSL319.53º81.13%68.82%-
HSV(B)319.53º53.75%94.12%-
XYZ51.8133.9757.25-
YUV159.49149.74185.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 43.72%
GREEN value IS 111 (43.75% from 255) = 20.22%
BLUE value IS 198 (77.73% from 255) = 36.07%
R=43.72%
G=20.22%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011119800.540.180.06319.5381.1368.82
HexF06FC60361261405145
Octal360157306066226500121105
Binary1111000011011111100011001101101001011010100000010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06FC6; }

 p { color: rgb(240,111,198); }

 H1.HeaderClassName
 {
   color: #F06FC6;
 }
 .AnyTagClassName
 {
   color: #F06FC6;
 }
</style>
background-color css

<style>
 a { background-color: #F06FC6; }

 a { background-color: rgb(240,111,198); }

 div.DivClassName
 {
   background-color: #F06FC6;
 }
 .BgClassName
 {
   background-color: #F06FC6;
 }
</style>
border-color css

<style>
 span { border-color: #F06FC6; }

 span { border-color: rgb(240,111,198); }

 td.TdClassName
 {
   border-color: #F06FC6;
 }
 .TagClassName
 {
   border-color: #F06FC6;
 }
</style>