Html Css Color HEX #FE5DDA Neon Pink

📋 copy color: '#FE5DDA'

red 254 ◦ green 93 ◦ blue 218

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

Shades of Neon Pink #FE5DDA

Tints of Neon Pink #FE5DDA

RGB

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

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

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

R = 44.96%
G = 16.46%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE5DDA (or 0xFE5DDA) is known color: Neon Pink. HEX triplet: FE, 5D and DA. RGB value is (254,93,218). Sum of RGB (Red+Green+Blue) = 254+93+218=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DDA is #01A225. Grayscale: #9B9B9B. Windows color (decimal): -107046 or 14310910. OLE color: 14310910.

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

Color convert

RGB 254 93 218 -
CMYK 0 0.63 0.14 0.00
HSL 313.42º 0.99% 0.68% -
HSV(B) 313.42º 0.63% 1% -
XYZ 57.44 33.96 69.86 -
YUV 155.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 254 93 218 0 0.63 0.14 0.00 313.42 0.99 0.68
Hex FE 5D DA 0 3F E 0 139 63 44
Octal 376 135 332 0 77 16 0 471 143 104
Binary 11111110 1011101 11011010 0 111111 1110 0 100111001 1100011 1000100

Color Harmonies of #FE5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DDA

Black with #FE5DDA

Text Example


Text Example

White with #FE5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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