#F06FC4

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

Shades of Neon Pink #F06FC4

Tints of Neon Pink #F06FC4

Color information

#F06FC4 (or 0xF06FC4) is unknown color: approx Neon Pink. HEX triplet: F0, 6F and C4. RGB value is (240,111,196). Sum of RGB (Red+Green+Blue) = 240+111+196=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FC4 is #0F903B. Grayscale: #9F9F9F. Windows color (decimal): -1019964 or 12873712. OLE color: 12873712.

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

Color convert

RGB240111196-
CMYK00.540.180.06
HSL320.47º81.13%68.82%-
HSV(B)320.47º53.75%94.12%-
XYZ51.5833.8856.05-
YUV159.26148.74185.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 111 (43.75% from 255) = 20.29%
BLUE value IS 196 (76.95% from 255) = 35.83%
R=43.88%
G=20.29%
B=35.83%

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
Decimal24011119600.540.180.06320.4781.1368.82
HexF06FC40361261405145
Octal360157304066226500121105
Binary1111000011011111100010001101101001011010100000010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06FC4; }

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

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

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

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

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

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

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

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