#F06ABE

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

Shades of Neon Pink #F06ABE

Tints of Neon Pink #F06ABE

Color information

#F06ABE (or 0xF06ABE) is unknown color: approx Neon Pink. HEX triplet: F0, 6A and BE. RGB value is (240,106,190). Sum of RGB (Red+Green+Blue) = 240+106+190=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ABE is #0F9541. Grayscale: #9B9B9B. Windows color (decimal): -1021250 or 12479216. OLE color: 12479216.

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

Color convert

RGB240106190-
CMYK00.560.210.06
HSL322.39º81.71%67.84%-
HSV(B)322.39º55.83%94.12%-
XYZ50.3832.5552.34-
YUV155.64147.39188.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.78%
GREEN value IS 106 (41.80% from 255) = 19.78%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=44.78%
G=19.78%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010619000.560.210.06322.3981.7167.84
HexF06ABE0381561425244
Octal360152276070256502122104
Binary1111000011010101011111001110001010111010100001010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06ABE; }

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

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

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

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

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

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

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

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