#F45DCD

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

Shades of Neon Pink #F45DCD

Tints of Neon Pink #F45DCD

Color information

#F45DCD (or 0xF45DCD) is unknown color: approx Neon Pink. HEX triplet: F4, 5D and CD. RGB value is (244,93,205). Sum of RGB (Red+Green+Blue) = 244+93+205=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45DCD is #0BA232. Grayscale: #969696. Windows color (decimal): -762419 or 13458932. OLE color: 13458932.

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

Color convert

RGB24493205-
CMYK00.620.160.04
HSL315.5º87.28%66.08%-
HSV(B)315.5º61.89%95.69%-
XYZ52.2431.4761.08-
YUV150.92158.53194.39-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.02%
GREEN value IS 93 (36.72% from 255) = 17.16%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=45.02%
G=17.16%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449320500.620.160.04315.587.2866.08
HexF45DCD03E10413b5742
Octal364135315076204473127102
Binary1111010010111011100110101111101000010010011101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45DCD; }

 p { color: rgb(244,93,205); }

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

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

 a { background-color: rgb(244,93,205); }

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

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

 span { border-color: rgb(244,93,205); }

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