Html Css Color HEX #FD6EDB Neon Pink

📋 copy color: '#FD6EDB'

red 253 ◦ green 110 ◦ blue 219

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

Shades of Neon Pink #FD6EDB

Tints of Neon Pink #FD6EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.9%

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

R = 43.47%
G = 18.9%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD6EDB (or 0xFD6EDB) is known color: Neon Pink. HEX triplet: FD, 6E and DB. RGB value is (253,110,219). Sum of RGB (Red+Green+Blue) = 253+110+219=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 110 (43.36% from 255 or 18.90% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6EDB is #029124. Grayscale: #A4A4A4. Windows color (decimal): -168229 or 14380797. OLE color: 14380797.

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

Color convert

RGB 253 110 219 -
CMYK 0 0.57 0.13 0.01
HSL 314.27º 0.97% 0.71% -
HSV(B) 314.27º 0.57% 0.99% -
XYZ 58.87 37.15 71.09 -
YUV 165.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 253 110 219 0 0.57 0.13 0.01 314.27 0.97 0.71
Hex FD 6E DB 0 39 D 1 13A 61 47
Octal 375 156 333 0 71 15 1 472 141 107
Binary 11111101 1101110 11011011 0 111001 1101 1 100111010 1100001 1000111

Color Harmonies of #FD6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6EDB

Black with #FD6EDB

Text Example


Text Example

White with #FD6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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