#F06FD5

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

Shades of Neon Pink #F06FD5

Tints of Neon Pink #F06FD5

Color information

#F06FD5 (or 0xF06FD5) is unknown color: approx Neon Pink. HEX triplet: F0, 6F and D5. RGB value is (240,111,213). Sum of RGB (Red+Green+Blue) = 240+111+213=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FD5 is #0F902A. Grayscale: #A0A0A0. Windows color (decimal): -1019947 or 13987824. OLE color: 13987824.

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

Color convert

RGB240111213-
CMYK00.540.110.06
HSL312.56º81.13%68.82%-
HSV(B)312.56º53.75%94.12%-
XYZ53.6334.766.82-
YUV161.2157.24184.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.55%
GREEN value IS 111 (43.75% from 255) = 19.68%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=42.55%
G=19.68%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011121300.540.110.06312.5681.1368.82
HexF06FD5036B61395145
Octal360157325066136471121105
Binary111100001101111110101010110110101111010011100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06FD5; }

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

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

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

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

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

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

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

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