Html Css Color HEX #FD61DB Neon Pink

📋 copy color: '#FD61DB'

red 253 ◦ green 97 ◦ blue 219

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

Shades of Neon Pink #FD61DB

Tints of Neon Pink #FD61DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.05%

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

R = 44.46%
G = 17.05%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD61DB (or 0xFD61DB) is known color: Neon Pink. HEX triplet: FD, 61 and DB. RGB value is (253,97,219). Sum of RGB (Red+Green+Blue) = 253+97+219=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 97 (38.28% from 255 or 17.05% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD61DB is #029E24. Grayscale: #9D9D9D. Windows color (decimal): -171557 or 14377469. OLE color: 14377469.

HSL color Cylindrical-coordinate representation of color #FD61DB: hue angle of 313.08º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD61DB is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 97 219 -
CMYK 0 0.62 0.13 0.01
HSL 313.08º 0.98% 0.69% -
HSV(B) 313.08º 0.62% 0.99% -
XYZ 57.57 34.55 70.65 -
YUV 157.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 253 97 219 0 0.62 0.13 0.01 313.08 0.98 0.69
Hex FD 61 DB 0 3E D 1 139 62 45
Octal 375 141 333 0 76 15 1 471 142 105
Binary 11111101 1100001 11011011 0 111110 1101 1 100111001 1100010 1000101

Color Harmonies of #FD61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD61DB

Black with #FD61DB

Text Example


Text Example

White with #FD61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD61DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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