#F06FC5

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

Shades of Neon Pink #F06FC5

Tints of Neon Pink #F06FC5

Color information

#F06FC5 (or 0xF06FC5) is unknown color: approx Neon Pink. HEX triplet: F0, 6F and C5. RGB value is (240,111,197). Sum of RGB (Red+Green+Blue) = 240+111+197=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FC5 is #0F903A. Grayscale: #9F9F9F. Windows color (decimal): -1019963 or 12939248. OLE color: 12939248.

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

Color convert

RGB240111197-
CMYK00.540.180.06
HSL320º81.13%68.82%-
HSV(B)320º53.75%94.12%-
XYZ51.733.9356.65-
YUV159.37149.24185.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 111 (43.75% from 255) = 20.26%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=43.80%
G=20.26%
B=35.95%

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
Decimal24011119700.540.180.0632081.1368.82
HexF06FC50361261405145
Octal360157305066226500121105
Binary1111000011011111100010101101101001011010100000010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06FC5; }

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

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

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

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

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

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

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

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