#FD65CA

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

Shades of Neon Pink #FD65CA

Tints of Neon Pink #FD65CA

Color information

#FD65CA (or 0xFD65CA) is unknown color: approx Neon Pink. HEX triplet: FD, 65 and CA. RGB value is (253,101,202). Sum of RGB (Red+Green+Blue) = 253+101+202=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65CA is #029A35. Grayscale: #9D9D9D. Windows color (decimal): -170550 or 13264381. OLE color: 13264381.

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

Color convert

RGB253101202-
CMYK00.600.200.01
HSL320.13º97.44%69.41%-
HSV(B)320.13º60.08%99.22%-
XYZ55.8234.4559.59-
YUV157.96152.86195.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.50%
GREEN value IS 101 (39.84% from 255) = 18.17%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=45.50%
G=18.17%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310120200.600.200.01320.1397.4469.41
HexFD65CA03C1411406145
Octal375145312074241500141105
Binary11111101110010111001010011110010100110100000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD65CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD65CA; }

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

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

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

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

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

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

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

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