#F16BCA

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

Shades of Neon Pink #F16BCA

Tints of Neon Pink #F16BCA

Color information

#F16BCA (or 0xF16BCA) is unknown color: approx Neon Pink. HEX triplet: F1, 6B and CA. RGB value is (241,107,202). Sum of RGB (Red+Green+Blue) = 241+107+202=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BCA is #0E9435. Grayscale: #9D9D9D. Windows color (decimal): -955446 or 13265905. OLE color: 13265905.

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

Color convert

RGB241107202-
CMYK00.560.160.05
HSL317.46º82.72%68.24%-
HSV(B)317.46º55.6%94.51%-
XYZ52.1933.4859.59-
YUV157.9152.89187.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 107 (42.19% from 255) = 19.45%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=43.82%
G=19.45%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110720200.560.160.05317.4682.7268.24
HexF16BCA03810513d5344
Octal361153312070205475123104
Binary1111000111010111100101001110001000010110011110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16BCA; }

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

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

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

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

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

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

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

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