#FD65D0

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

Shades of Neon Pink #FD65D0

Tints of Neon Pink #FD65D0

Color information

#FD65D0 (or 0xFD65D0) is unknown color: approx Neon Pink. HEX triplet: FD, 65 and D0. RGB value is (253,101,208). Sum of RGB (Red+Green+Blue) = 253+101+208=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65D0 is #029A2F. Grayscale: #9E9E9E. Windows color (decimal): -170544 or 13657597. OLE color: 13657597.

HSL color Cylindrical-coordinate representation of color #FD65D0: hue angle of 317.76º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD65D0 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253101208-
CMYK00.600.180.01
HSL317.76º97.44%69.41%-
HSV(B)317.76º60.08%99.22%-
XYZ56.5534.7463.4-
YUV158.65155.86195.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 101 (39.84% from 255) = 17.97%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=45.02%
G=17.97%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310120800.600.180.01317.7697.4469.41
HexFD65D003C12113e6145
Octal375145320074221476141105
Binary11111101110010111010000011110010010110011111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD65D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD65D0; }

 p { color: rgb(253,101,208); }

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

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

 a { background-color: rgb(253,101,208); }

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

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

 span { border-color: rgb(253,101,208); }

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