#FD65CD

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

Shades of Neon Pink #FD65CD

Tints of Neon Pink #FD65CD

Color information

#FD65CD (or 0xFD65CD) is unknown color: approx Neon Pink. HEX triplet: FD, 65 and CD. RGB value is (253,101,205). Sum of RGB (Red+Green+Blue) = 253+101+205=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65CD is #029A32. Grayscale: #9E9E9E. Windows color (decimal): -170547 or 13460989. OLE color: 13460989.

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

Color convert

RGB253101205-
CMYK00.600.190.01
HSL318.95º97.44%69.41%-
HSV(B)318.95º60.08%99.22%-
XYZ56.1834.661.47-
YUV158.3154.36195.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 101 (39.84% from 255) = 18.07%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=45.26%
G=18.07%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310120500.600.190.01318.9597.4469.41
HexFD65CD03C13113f6145
Octal375145315074231477141105
Binary11111101110010111001101011110010011110011111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD65CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD65CD; }

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

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

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

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

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

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

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

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