#FD68CC

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

Shades of Neon Pink #FD68CC

Tints of Neon Pink #FD68CC

Color information

#FD68CC (or 0xFD68CC) is unknown color: approx Neon Pink. HEX triplet: FD, 68 and CC. RGB value is (253,104,204). Sum of RGB (Red+Green+Blue) = 253+104+204=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68CC is #029733. Grayscale: #9F9F9F. Windows color (decimal): -169780 or 13396221. OLE color: 13396221.

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

Color convert

RGB253104204-
CMYK00.590.190.01
HSL319.73º97.39%70%-
HSV(B)319.73º58.89%99.22%-
XYZ56.3635.1460.94-
YUV159.95152.86194.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.10%
GREEN value IS 104 (41.02% from 255) = 18.54%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=45.10%
G=18.54%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310420400.590.190.01319.7397.3970
HexFD68CC03B1311406146
Octal375150314073231500141106
Binary11111101110100011001100011101110011110100000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD68CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD68CC; }

 p { color: rgb(253,104,204); }

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

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

 a { background-color: rgb(253,104,204); }

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

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

 span { border-color: rgb(253,104,204); }

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