Html Css Color HEX #FD68DB Neon Pink

📋 copy color: '#FD68DB'

red 253 ◦ green 104 ◦ blue 219

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

Shades of Neon Pink #FD68DB

Tints of Neon Pink #FD68DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.06%

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

R = 43.92%
G = 18.06%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD68DB (or 0xFD68DB) is known color: Neon Pink. HEX triplet: FD, 68 and DB. RGB value is (253,104,219). Sum of RGB (Red+Green+Blue) = 253+104+219=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68DB is #029724. Grayscale: #A1A1A1. Windows color (decimal): -169765 or 14379261. OLE color: 14379261.

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

Color convert

RGB 253 104 219 -
CMYK 0 0.59 0.13 0.01
HSL 313.69º 0.97% 0.7% -
HSV(B) 313.69º 0.59% 0.99% -
XYZ 58.24 35.9 70.88 -
YUV 161.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 253 104 219 0 0.59 0.13 0.01 313.69 0.97 0.7
Hex FD 68 DB 0 3B D 1 13A 61 46
Octal 375 150 333 0 73 15 1 472 141 106
Binary 11111101 1101000 11011011 0 111011 1101 1 100111010 1100001 1000110

Color Harmonies of #FD68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68DB

Black with #FD68DB

Text Example


Text Example

White with #FD68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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