#F06CC9

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

Shades of Neon Pink #F06CC9

Tints of Neon Pink #F06CC9

Color information

#F06CC9 (or 0xF06CC9) is unknown color: approx Neon Pink. HEX triplet: F0, 6C and C9. RGB value is (240,108,201). Sum of RGB (Red+Green+Blue) = 240+108+201=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CC9 is #0F9336. Grayscale: #9D9D9D. Windows color (decimal): -1020727 or 13200624. OLE color: 13200624.

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

Color convert

RGB240108201-
CMYK00.550.160.06
HSL317.73º81.48%68.24%-
HSV(B)317.73º55%94.12%-
XYZ51.8433.4758.99-
YUV158.07152.23186.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.72%
GREEN value IS 108 (42.58% from 255) = 19.67%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=43.72%
G=19.67%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010820100.550.160.06317.7381.4868.24
HexF06CC903710613e5144
Octal360154311067206476121104
Binary1111000011011001100100101101111000011010011111010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06CC9; }

 p { color: rgb(240,108,201); }

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

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

 a { background-color: rgb(240,108,201); }

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

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

 span { border-color: rgb(240,108,201); }

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