#fc67d2

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

Shades of Neon Pink #FC67D2

Tints of Neon Pink #FC67D2

Color information

#FC67D2 (or 0xFC67D2) is unknown color: approx Neon Pink. HEX triplet: FC, 67 and D2. RGB value is (252,103,210). Sum of RGB (Red+Green+Blue) = 252+103+210=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 103 (40.62% from 255 or 18.23% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC67D2 is #03982D. Grayscale: #9F9F9F. Windows color (decimal): -235566 or 13789180. OLE color: 13789180.

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

Color convert

RGB252103210-
CMYK00.590.170.01
HSL316.91º96.13%69.61%-
HSV(B)316.91º59.13%98.82%-
XYZ56.6335.0564.75-
YUV159.75156.36193.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 103 (40.62% from 255) = 18.23%
BLUE value IS 210 (82.42% from 255) = 37.17%
R=44.60%
G=18.23%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210321000.590.170.01316.9196.1369.61
HexFC67D203B11113d6046
Octal374147322073211475140106
Binary11111100110011111010010011101110001110011110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc67d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc67d2; }

 p { color: rgb(252,103,210); }

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

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

 a { background-color: rgb(252,103,210); }

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

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

 span { border-color: rgb(252,103,210); }

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