#FD70C4

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

Shades of Neon Pink #FD70C4

Tints of Neon Pink #FD70C4

Color information

#FD70C4 (or 0xFD70C4) is unknown color: approx Neon Pink. HEX triplet: FD, 70 and C4. RGB value is (253,112,196). Sum of RGB (Red+Green+Blue) = 253+112+196=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD70C4 is #028F3B. Grayscale: #A3A3A3. Windows color (decimal): -167740 or 12873981. OLE color: 12873981.

HSL color Cylindrical-coordinate representation of color #FD70C4: hue angle of 324.26º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD70C4 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253112196-
CMYK00.560.230.01
HSL324.26º97.24%71.57%-
HSV(B)324.26º55.73%99.22%-
XYZ56.2736.4656.3-
YUV163.73146.21191.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.10%
GREEN value IS 112 (44.14% from 255) = 19.96%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=45.10%
G=19.96%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311219600.560.230.01324.2697.2471.57
HexFD70C40381711446148
Octal375160304070271504141110
Binary11111101111000011000100011100010111110100010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD70C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD70C4; }

 p { color: rgb(253,112,196); }

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

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

 a { background-color: rgb(253,112,196); }

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

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

 span { border-color: rgb(253,112,196); }

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