Html Css Color HEX #FD65DC Neon Pink

📋 copy color: '#FD65DC'

red 253 ◦ green 101 ◦ blue 220

#FD65DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FD65DC

Tints of Neon Pink #FD65DC

RGB

 RED value IS 253 (99.22% from 255) = 44.08%

 GREEN value IS 101 (39.84% from 255) = 17.6%

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 44.08%
G = 17.6%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD65DC (or 0xFD65DC) is known color: Neon Pink. HEX triplet: FD, 65 and DC. RGB value is (253,101,220). Sum of RGB (Red+Green+Blue) = 253+101+220=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65DC is #029A23. Grayscale: #9F9F9F. Windows color (decimal): -170532 or 14444029. OLE color: 14444029.

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

Color convert

RGB 253 101 220 -
CMYK 0 0.60 0.13 0.01
HSL 313.03º 0.97% 0.69% -
HSV(B) 313.03º 0.6% 0.99% -
XYZ 58.08 35.36 71.47 -
YUV 160.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 253 101 220 0 0.60 0.13 0.01 313.03 0.97 0.69
Hex FD 65 DC 0 3C D 1 139 61 45
Octal 375 145 334 0 74 15 1 471 141 105
Binary 11111101 1100101 11011100 0 111100 1101 1 100111001 1100001 1000101

Color Harmonies of #FD65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD65DC

Black with #FD65DC

Text Example


Text Example

White with #FD65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD65DC; }

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

 H1.HeaderClassName
 {
   color: #FD65DC;
 }
 .AnyTagClassName
 {
   color: #FD65DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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