#F154C2

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

Shades of Neon Pink #F154C2

Tints of Neon Pink #F154C2

Color information

#F154C2 (or 0xF154C2) is unknown color: approx Neon Pink. HEX triplet: F1, 54 and C2. RGB value is (241,84,194). Sum of RGB (Red+Green+Blue) = 241+84+194=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F154C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F154C2 is #0EAB3D. Grayscale: #8F8F8F. Windows color (decimal): -961342 or 12735729. OLE color: 12735729.

HSL color Cylindrical-coordinate representation of color #F154C2: hue angle of 317.96º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F154C2 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB24184194-
CMYK00.650.200.05
HSL317.96º84.86%63.73%-
HSV(B)317.96º65.15%94.51%-
XYZ49.1828.9454.03-
YUV143.48156.51197.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 84 (33.20% from 255) = 16.18%
BLUE value IS 194 (76.17% from 255) = 37.38%
R=46.44%
G=16.18%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418419400.650.200.05317.9684.8663.73
HexF154C204114513e5540
Octal3611243020101245476125100
Binary11110001101010011000010010000011010010110011111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F154C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F154C2; }

 p { color: rgb(241,84,194); }

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

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

 a { background-color: rgb(241,84,194); }

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

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

 span { border-color: rgb(241,84,194); }

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