Html Css Color HEX #FD65DB Neon Pink

📋 copy color: '#FD65DB'

red 253 ◦ green 101 ◦ blue 219

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

Shades of Neon Pink #FD65DB

Tints of Neon Pink #FD65DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 44.15%
G = 17.63%
B = 38.22%

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

#FD65DB (or 0xFD65DB) is known color: Neon Pink. HEX triplet: FD, 65 and DB. RGB value is (253,101,219). Sum of RGB (Red+Green+Blue) = 253+101+219=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65DB is #029A24. Grayscale: #9F9F9F. Windows color (decimal): -170533 or 14378493. OLE color: 14378493.

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

Color convert

RGB 253 101 219 -
CMYK 0 0.60 0.13 0.01
HSL 313.42º 0.97% 0.69% -
HSV(B) 313.42º 0.6% 0.99% -
XYZ 57.95 35.3 70.78 -
YUV 159.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 253 101 219 0 0.60 0.13 0.01 313.42 0.97 0.69
Hex FD 65 DB 0 3C D 1 139 61 45
Octal 375 145 333 0 74 15 1 471 141 105
Binary 11111101 1100101 11011011 0 111100 1101 1 100111001 1100001 1000101

Color Harmonies of #FD65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD65DB

Black with #FD65DB

Text Example


Text Example

White with #FD65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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