Html Css Color HEX #FE6DDA Neon Pink

📋 copy color: '#FE6DDA'

red 254 ◦ green 109 ◦ blue 218

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

Shades of Neon Pink #FE6DDA

Tints of Neon Pink #FE6DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 43.72%
G = 18.76%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE6DDA (or 0xFE6DDA) is known color: Neon Pink. HEX triplet: FE, 6D and DA. RGB value is (254,109,218). Sum of RGB (Red+Green+Blue) = 254+109+218=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6DDA is #019225. Grayscale: #A4A4A4. Windows color (decimal): -102950 or 14315006. OLE color: 14315006.

HSL color Cylindrical-coordinate representation of color #FE6DDA: hue angle of 314.9º 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 #FE6DDA is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 109 218 -
CMYK 0 0.57 0.14 0.00
HSL 314.9º 0.99% 0.71% -
HSV(B) 314.9º 0.57% 1% -
XYZ 59 37.07 70.38 -
YUV 164.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 254 109 218 0 0.57 0.14 0.00 314.9 0.99 0.71
Hex FE 6D DA 0 39 E 0 13B 63 47
Octal 376 155 332 0 71 16 0 473 143 107
Binary 11111110 1101101 11011010 0 111001 1110 0 100111011 1100011 1000111

Color Harmonies of #FE6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6DDA

Black with #FE6DDA

Text Example


Text Example

White with #FE6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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