#f06dbf

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

Shades of Neon Pink #F06DBF

Tints of Neon Pink #F06DBF

Color information

#F06DBF (or 0xF06DBF) is unknown color: approx Neon Pink. HEX triplet: F0, 6D and BF. RGB value is (240,109,191). Sum of RGB (Red+Green+Blue) = 240+109+191=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DBF is #0F9240. Grayscale: #9D9D9D. Windows color (decimal): -1020481 or 12545520. OLE color: 12545520.

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

Color convert

RGB240109191-
CMYK00.550.200.06
HSL322.44º81.37%68.43%-
HSV(B)322.44º54.58%94.12%-
XYZ50.8133.2253.03-
YUV157.52146.9186.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.44%
GREEN value IS 109 (42.97% from 255) = 20.19%
BLUE value IS 191 (75% from 255) = 35.37%
R=44.44%
G=20.19%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010919100.550.200.06322.4481.3768.43
HexF06DBF0371461425144
Octal360155277067246502121104
Binary1111000011011011011111101101111010011010100001010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f06dbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f06dbf; }

 p { color: rgb(240,109,191); }

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

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

 a { background-color: rgb(240,109,191); }

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

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

 span { border-color: rgb(240,109,191); }

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