#F45EBE

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

Shades of Neon Pink #F45EBE

Tints of Neon Pink #F45EBE

Color information

#F45EBE (or 0xF45EBE) is unknown color: approx Neon Pink. HEX triplet: F4, 5E and BE. RGB value is (244,94,190). Sum of RGB (Red+Green+Blue) = 244+94+190=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F45EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45EBE is #0BA141. Grayscale: #959595. Windows color (decimal): -762178 or 12476148. OLE color: 12476148.

HSL color Cylindrical-coordinate representation of color #F45EBE: hue angle of 321.6º 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 #F45EBE is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB24494190-
CMYK00.610.220.04
HSL321.6º87.21%66.27%-
HSV(B)321.6º61.48%95.69%-
XYZ50.6130.9652.02-
YUV149.79150.7195.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.21%
GREEN value IS 94 (37.11% from 255) = 17.80%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=46.21%
G=17.80%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449419000.610.220.04321.687.2166.27
HexF45EBE03D1641425742
Octal364136276075264502127102
Binary1111010010111101011111001111011011010010100001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45EBE; }

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

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

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

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

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

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

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

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