#FD67C4

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

Shades of Neon Pink #FD67C4

Tints of Neon Pink #FD67C4

Color information

#FD67C4 (or 0xFD67C4) is unknown color: approx Neon Pink. HEX triplet: FD, 67 and C4. RGB value is (253,103,196). Sum of RGB (Red+Green+Blue) = 253+103+196=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD67C4 is #02983B. Grayscale: #9E9E9E. Windows color (decimal): -170044 or 12871677. OLE color: 12871677.

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

Color convert

RGB253103196-
CMYK00.590.230.01
HSL322.8º97.4%69.8%-
HSV(B)322.8º59.29%99.22%-
XYZ55.3234.5755.98-
YUV158.45149.2195.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 103 (40.62% from 255) = 18.66%
BLUE value IS 196 (76.95% from 255) = 35.51%
R=45.83%
G=18.66%
B=35.51%

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
Decimal25310319600.590.230.01322.897.469.8
HexFD67C403B1711436146
Octal375147304073271503141106
Binary11111101110011111000100011101110111110100001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD67C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD67C4; }

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

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

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

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

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

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

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

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