#FD67C2

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

Shades of Neon Pink #FD67C2

Tints of Neon Pink #FD67C2

Color information

#FD67C2 (or 0xFD67C2) is unknown color: approx Neon Pink. HEX triplet: FD, 67 and C2. RGB value is (253,103,194). Sum of RGB (Red+Green+Blue) = 253+103+194=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 103 (40.62% from 255 or 18.73% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD67C2 is #02983D. Grayscale: #9E9E9E. Windows color (decimal): -170046 or 12740605. OLE color: 12740605.

HSL color Cylindrical-coordinate representation of color #FD67C2: hue angle of 323.6º degrees, saturation: 0.97, 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 #FD67C2 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253103194-
CMYK00.590.230.01
HSL323.6º97.4%69.8%-
HSV(B)323.6º59.29%99.22%-
XYZ55.134.4854.79-
YUV158.22148.2195.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46%
GREEN value IS 103 (40.62% from 255) = 18.73%
BLUE value IS 194 (76.17% from 255) = 35.27%
R=46%
G=18.73%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310319400.590.230.01323.697.469.8
HexFD67C203B1711446146
Octal375147302073271504141106
Binary11111101110011111000010011101110111110100010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD67C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD67C2; }

 p { color: rgb(253,103,194); }

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

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

 a { background-color: rgb(253,103,194); }

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

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

 span { border-color: rgb(253,103,194); }

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