#F16BD0

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

Shades of Neon Pink #F16BD0

Tints of Neon Pink #F16BD0

Color information

#F16BD0 (or 0xF16BD0) is unknown color: approx Neon Pink. HEX triplet: F1, 6B and D0. RGB value is (241,107,208). Sum of RGB (Red+Green+Blue) = 241+107+208=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BD0 is #0E942F. Grayscale: #9E9E9E. Windows color (decimal): -955440 or 13659121. OLE color: 13659121.

HSL color Cylindrical-coordinate representation of color #F16BD0: hue angle of 314.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16BD0 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241107208-
CMYK00.560.140.05
HSL314.78º82.72%68.24%-
HSV(B)314.78º55.6%94.51%-
XYZ52.9233.7763.4-
YUV158.58155.89186.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 107 (42.19% from 255) = 19.24%
BLUE value IS 208 (81.64% from 255) = 37.41%
R=43.35%
G=19.24%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110720800.560.140.05314.7882.7268.24
HexF16BD0038E513b5344
Octal361153320070165473123104
Binary111100011101011110100000111000111010110011101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16BD0; }

 p { color: rgb(241,107,208); }

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

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

 a { background-color: rgb(241,107,208); }

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

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

 span { border-color: rgb(241,107,208); }

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