#FC61D4

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

Shades of Neon Pink #FC61D4

Tints of Neon Pink #FC61D4

Color information

#FC61D4 (or 0xFC61D4) is unknown color: approx Neon Pink. HEX triplet: FC, 61 and D4. RGB value is (252,97,212). Sum of RGB (Red+Green+Blue) = 252+97+212=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC61D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC61D4 is #039E2B. Grayscale: #9C9C9C. Windows color (decimal): -237100 or 13918716. OLE color: 13918716.

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

Color convert

RGB25297212-
CMYK00.620.160.01
HSL315.48º96.27%68.43%-
HSV(B)315.48º61.51%98.82%-
XYZ56.33465.88-
YUV156.46159.35196.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.92%
GREEN value IS 97 (38.28% from 255) = 17.29%
BLUE value IS 212 (83.20% from 255) = 37.79%
R=44.92%
G=17.29%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529721200.620.160.01315.4896.2768.43
HexFC61D403E10113b6044
Octal374141324076201473140104
Binary11111100110000111010100011111010000110011101111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC61D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC61D4; }

 p { color: rgb(252,97,212); }

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

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

 a { background-color: rgb(252,97,212); }

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

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

 span { border-color: rgb(252,97,212); }

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