#F06EC1

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

Shades of Neon Pink #F06EC1

Tints of Neon Pink #F06EC1

Color information

#F06EC1 (or 0xF06EC1) is unknown color: approx Neon Pink. HEX triplet: F0, 6E and C1. RGB value is (240,110,193). Sum of RGB (Red+Green+Blue) = 240+110+193=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06EC1 is #0F913E. Grayscale: #9E9E9E. Windows color (decimal): -1020223 or 12676848. OLE color: 12676848.

HSL color Cylindrical-coordinate representation of color #F06EC1: hue angle of 321.69º 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 #F06EC1 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240110193-
CMYK00.540.200.06
HSL321.69º81.25%68.63%-
HSV(B)321.69º54.17%94.12%-
XYZ51.1433.5354.23-
YUV158.33147.57186.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 110 (43.36% from 255) = 20.26%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=44.20%
G=20.26%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011019300.540.200.06321.6981.2568.63
HexF06EC10361461425145
Octal360156301066246502121105
Binary1111000011011101100000101101101010011010100001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06EC1; }

 p { color: rgb(240,110,193); }

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

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

 a { background-color: rgb(240,110,193); }

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

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

 span { border-color: rgb(240,110,193); }

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