#f06ac0

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

Shades of Neon Pink #F06AC0

Tints of Neon Pink #F06AC0

Color information

#F06AC0 (or 0xF06AC0) is unknown color: approx Neon Pink. HEX triplet: F0, 6A and C0. RGB value is (240,106,192). Sum of RGB (Red+Green+Blue) = 240+106+192=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06AC0 is #0F953F. Grayscale: #9B9B9B. Windows color (decimal): -1021248 or 12610288. OLE color: 12610288.

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

Color convert

RGB240106192-
CMYK00.560.200.06
HSL321.49º81.71%67.84%-
HSV(B)321.49º55.83%94.12%-
XYZ50.632.6453.5-
YUV155.87148.39188.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.61%
GREEN value IS 106 (41.80% from 255) = 19.70%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=44.61%
G=19.70%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010619200.560.200.06321.4981.7167.84
HexF06AC00381461415244
Octal360152300070246501122104
Binary1111000011010101100000001110001010011010100000110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f06ac0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f06ac0; }

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

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

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

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

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

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

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

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