#FD65D1

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

Shades of Neon Pink #FD65D1

Tints of Neon Pink #FD65D1

Color information

#FD65D1 (or 0xFD65D1) is unknown color: approx Neon Pink. HEX triplet: FD, 65 and D1. RGB value is (253,101,209). Sum of RGB (Red+Green+Blue) = 253+101+209=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65D1 is #029A2E. Grayscale: #9E9E9E. Windows color (decimal): -170543 or 13723133. OLE color: 13723133.

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

Color convert

RGB253101209-
CMYK00.600.170.01
HSL317.37º97.44%69.41%-
HSV(B)317.37º60.08%99.22%-
XYZ56.6734.7964.05-
YUV158.76156.36195.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 101 (39.84% from 255) = 17.94%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=44.94%
G=17.94%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310120900.600.170.01317.3797.4469.41
HexFD65D103C11113d6145
Octal375145321074211475141105
Binary11111101110010111010001011110010001110011110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD65D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD65D1; }

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

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

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

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

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

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

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

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