#FD67C7

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

Shades of Neon Pink #FD67C7

Tints of Neon Pink #FD67C7

Color information

#FD67C7 (or 0xFD67C7) is unknown color: approx Neon Pink. HEX triplet: FD, 67 and C7. RGB value is (253,103,199). Sum of RGB (Red+Green+Blue) = 253+103+199=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 103 (40.62% from 255 or 18.56% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD67C7 is #029838. Grayscale: #9E9E9E. Windows color (decimal): -170041 or 13068285. OLE color: 13068285.

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

Color convert

RGB253103199-
CMYK00.590.210.01
HSL321.6º97.4%69.8%-
HSV(B)321.6º59.29%99.22%-
XYZ55.6734.7157.8-
YUV158.79150.7195.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.59%
GREEN value IS 103 (40.62% from 255) = 18.56%
BLUE value IS 199 (78.12% from 255) = 35.86%
R=45.59%
G=18.56%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310319900.590.210.01321.697.469.8
HexFD67C703B1511426146
Octal375147307073251502141106
Binary11111101110011111000111011101110101110100001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD67C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD67C7; }

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

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

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

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

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

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

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

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