Html Css Color HEX #FD62DB Neon Pink

📋 copy color: '#FD62DB'

red 253 ◦ green 98 ◦ blue 219

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

Shades of Neon Pink #FD62DB

Tints of Neon Pink #FD62DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.19%

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

R = 44.39%
G = 17.19%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD62DB (or 0xFD62DB) is known color: Neon Pink. HEX triplet: FD, 62 and DB. RGB value is (253,98,219). Sum of RGB (Red+Green+Blue) = 253+98+219=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 98 (38.67% from 255 or 17.19% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FD62DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD62DB is #029D24. Grayscale: #9D9D9D. Windows color (decimal): -171301 or 14377725. OLE color: 14377725.

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

Color convert

RGB 253 98 219 -
CMYK 0 0.61 0.13 0.01
HSL 313.16º 0.97% 0.69% -
HSV(B) 313.16º 0.61% 0.99% -
XYZ 57.66 34.73 70.68 -
YUV 158.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 253 98 219 0 0.61 0.13 0.01 313.16 0.97 0.69
Hex FD 62 DB 0 3D D 1 139 61 45
Octal 375 142 333 0 75 15 1 471 141 105
Binary 11111101 1100010 11011011 0 111101 1101 1 100111001 1100001 1000101

Color Harmonies of #FD62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD62DB

Black with #FD62DB

Text Example


Text Example

White with #FD62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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