#F45FCA

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

Shades of Neon Pink #F45FCA

Tints of Neon Pink #F45FCA

Color information

#F45FCA (or 0xF45FCA) is unknown color: approx Neon Pink. HEX triplet: F4, 5F and CA. RGB value is (244,95,202). Sum of RGB (Red+Green+Blue) = 244+95+202=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F45FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45FCA is #0BA035. Grayscale: #979797. Windows color (decimal): -761910 or 13262836. OLE color: 13262836.

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

Color convert

RGB24495202-
CMYK00.610.170.04
HSL316.91º87.13%66.47%-
HSV(B)316.91º61.07%95.69%-
XYZ52.0631.6859.25-
YUV151.75156.36193.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.10%
GREEN value IS 95 (37.5% from 255) = 17.56%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=45.10%
G=17.56%
B=37.34%

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
Decimal2449520200.610.170.04316.9187.1366.47
HexF45FCA03D11413d5742
Octal364137312075214475127102
Binary1111010010111111100101001111011000110010011110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45FCA; }

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

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

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

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

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

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

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

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