Html Css Color HEX #FE5DD5 Neon Pink

📋 copy color: '#FE5DD5'

red 254 ◦ green 93 ◦ blue 213

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

Shades of Neon Pink #FE5DD5

Tints of Neon Pink #FE5DD5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.61%

 BLUE value IS 213 (83.59% from 255) = 38.04%

R = 45.36%
G = 16.61%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE5DD5 (or 0xFE5DD5) is known color: Neon Pink. HEX triplet: FE, 5D and D5. RGB value is (254,93,213). Sum of RGB (Red+Green+Blue) = 254+93+213=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 93 (36.72% from 255 or 16.61% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DD5 is #01A22A. Grayscale: #9A9A9A. Windows color (decimal): -107051 or 13983230. OLE color: 13983230.

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

Color convert

RGB 254 93 213 -
CMYK 0 0.63 0.16 0.00
HSL 315.28º 0.99% 0.68% -
HSV(B) 315.28º 0.63% 1% -
XYZ 56.8 33.7 66.46 -
YUV 154.82 160.84 198.74 -
System Red Green Blue C M Y K H S L
Decimal 254 93 213 0 0.63 0.16 0.00 315.28 0.99 0.68
Hex FE 5D D5 0 3F 10 0 13B 63 44
Octal 376 135 325 0 77 20 0 473 143 104
Binary 11111110 1011101 11010101 0 111111 10000 0 100111011 1100011 1000100

Color Harmonies of #FE5DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DD5

Black with #FE5DD5

Text Example


Text Example

White with #FE5DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DD5; }

 p { color: rgb(254,93,213); }

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

background-color css

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

 a { background-color: rgb(254,93,213); }

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

border-color css

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

 span { border-color: rgb(254,93,213); }

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