Html Css Color HEX #FE6DD7 Neon Pink

📋 copy color: '#FE6DD7'

red 254 ◦ green 109 ◦ blue 215

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

Shades of Neon Pink #FE6DD7

Tints of Neon Pink #FE6DD7

RGB

 RED value IS 254 (99.61% from 255) = 43.94%

 GREEN value IS 109 (42.97% from 255) = 18.86%

 BLUE value IS 215 (84.38% from 255) = 37.2%

R = 43.94%
G = 18.86%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE6DD7 (or 0xFE6DD7) is known color: Neon Pink. HEX triplet: FE, 6D and D7. RGB value is (254,109,215). Sum of RGB (Red+Green+Blue) = 254+109+215=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 109 (42.97% from 255 or 18.86% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6DD7 is #019228. Grayscale: #A4A4A4. Windows color (decimal): -102953 or 14118398. OLE color: 14118398.

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

Color convert

RGB 254 109 215 -
CMYK 0 0.57 0.15 0.00
HSL 316.14º 0.99% 0.71% -
HSV(B) 316.14º 0.57% 1% -
XYZ 58.61 36.91 68.33 -
YUV 164.44 156.54 191.88 -
System Red Green Blue C M Y K H S L
Decimal 254 109 215 0 0.57 0.15 0.00 316.14 0.99 0.71
Hex FE 6D D7 0 39 F 0 13C 63 47
Octal 376 155 327 0 71 17 0 474 143 107
Binary 11111110 1101101 11010111 0 111001 1111 0 100111100 1100011 1000111

Color Harmonies of #FE6DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6DD7

Black with #FE6DD7

Text Example


Text Example

White with #FE6DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6DD7; }

 p { color: rgb(254,109,215); }

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

background-color css

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

 a { background-color: rgb(254,109,215); }

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

border-color css

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

 span { border-color: rgb(254,109,215); }

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