Html Css Color HEX #FD65D1 Neon Pink

📋 copy color: '#FD65D1'

red 253 ◦ green 101 ◦ blue 209

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

Shades of Neon Pink #FD65D1

Tints of Neon Pink #FD65D1

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 value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD65D1 (or 0xFD65D1) is known color: 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

RGB 253 101 209 -
CMYK 0 0.60 0.17 0.01
HSL 317.37º 0.97% 0.69% -
HSV(B) 317.37º 0.6% 0.99% -
XYZ 56.67 34.79 64.05 -
YUV 158.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 253 101 209 0 0.60 0.17 0.01 317.37 0.97 0.69
Hex FD 65 D1 0 3C 11 1 13D 61 45
Octal 375 145 321 0 74 21 1 475 141 105
Binary 11111101 1100101 11010001 0 111100 10001 1 100111101 1100001 1000101

Color Harmonies of #FD65D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD65D1

Black with #FD65D1

Text Example


Text Example

White with #FD65D1

Text Example


Text Example

HTML Codes & Css Web 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>