#F06ACB

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

Shades of Neon Pink #F06ACB

Tints of Neon Pink #F06ACB

Color information

#F06ACB (or 0xF06ACB) is unknown color: approx Neon Pink. HEX triplet: F0, 6A and CB. RGB value is (240,106,203). Sum of RGB (Red+Green+Blue) = 240+106+203=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ACB is #0F9534. Grayscale: #9C9C9C. Windows color (decimal): -1021237 or 13331184. OLE color: 13331184.

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

Color convert

RGB240106203-
CMYK00.560.150.06
HSL316.57º81.71%67.84%-
HSV(B)316.57º55.83%94.12%-
XYZ51.8733.1560.16-
YUV157.12153.89187.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.72%
GREEN value IS 106 (41.80% from 255) = 19.31%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=43.72%
G=19.31%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010620300.560.150.06316.5781.7167.84
HexF06ACB038F613d5244
Octal360152313070176475122104
Binary111100001101010110010110111000111111010011110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06ACB; }

 p { color: rgb(240,106,203); }

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

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

 a { background-color: rgb(240,106,203); }

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

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

 span { border-color: rgb(240,106,203); }

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