#F45ECA

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

Shades of Neon Pink #F45ECA

Tints of Neon Pink #F45ECA

Color information

#F45ECA (or 0xF45ECA) is unknown color: approx Neon Pink. HEX triplet: F4, 5E and CA. RGB value is (244,94,202). Sum of RGB (Red+Green+Blue) = 244+94+202=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F45ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45ECA is #0BA135. Grayscale: #969696. Windows color (decimal): -762166 or 13262580. OLE color: 13262580.

HSL color Cylindrical-coordinate representation of color #F45ECA: hue angle of 316.8º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F45ECA is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB24494202-
CMYK00.610.170.04
HSL316.8º87.21%66.27%-
HSV(B)316.8º61.48%95.69%-
XYZ51.9731.559.22-
YUV151.16156.7194.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.19%
GREEN value IS 94 (37.11% from 255) = 17.41%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=45.19%
G=17.41%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449420200.610.170.04316.887.2166.27
HexF45ECA03D11413d5742
Octal364136312075214475127102
Binary1111010010111101100101001111011000110010011110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45ECA; }

 p { color: rgb(244,94,202); }

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

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

 a { background-color: rgb(244,94,202); }

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

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

 span { border-color: rgb(244,94,202); }

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