#FD65CE

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

Shades of Neon Pink #FD65CE

Tints of Neon Pink #FD65CE

Color information

#FD65CE (or 0xFD65CE) is unknown color: approx Neon Pink. HEX triplet: FD, 65 and CE. RGB value is (253,101,206). Sum of RGB (Red+Green+Blue) = 253+101+206=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65CE is #029A31. Grayscale: #9E9E9E. Windows color (decimal): -170546 or 13526525. OLE color: 13526525.

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

Color convert

RGB253101206-
CMYK00.600.190.01
HSL318.55º97.44%69.41%-
HSV(B)318.55º60.08%99.22%-
XYZ56.334.6562.11-
YUV158.42154.86195.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.18%
GREEN value IS 101 (39.84% from 255) = 18.04%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=45.18%
G=18.04%
B=36.79%

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
Decimal25310120600.600.190.01318.5597.4469.41
HexFD65CE03C13113f6145
Octal375145316074231477141105
Binary11111101110010111001110011110010011110011111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD65CE; }

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

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

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

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

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

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

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

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