Html Css Color HEX #FE56D4 Neon Pink

📋 copy color: '#FE56D4'

red 254 ◦ green 86 ◦ blue 212

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

Shades of Neon Pink #FE56D4

Tints of Neon Pink #FE56D4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.58%

 BLUE value IS 212 (83.2% from 255) = 38.41%

R = 46.01%
G = 15.58%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE56D4 (or 0xFE56D4) is known color: Neon Pink. HEX triplet: FE, 56 and D4. RGB value is (254,86,212). Sum of RGB (Red+Green+Blue) = 254+86+212=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 86 (33.98% from 255 or 15.58% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56D4 is #01A92B. Grayscale: #969696. Windows color (decimal): -108844 or 13915902. OLE color: 13915902.

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

Color convert

RGB 254 86 212 -
CMYK 0 0.66 0.17 0.00
HSL 315º 0.99% 0.67% -
HSV(B) 315º 0.66% 1% -
XYZ 56.08 32.48 65.6 -
YUV 150.6 162.66 201.75 -
System Red Green Blue C M Y K H S L
Decimal 254 86 212 0 0.66 0.17 0.00 315 0.99 0.67
Hex FE 56 D4 0 42 11 0 13B 63 43
Octal 376 126 324 0 102 21 0 473 143 103
Binary 11111110 1010110 11010100 0 1000010 10001 0 100111011 1100011 1000011

Color Harmonies of #FE56D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE56D4

Black with #FE56D4

Text Example


Text Example

White with #FE56D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE56D4; }

 p { color: rgb(254,86,212); }

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

background-color css

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

 a { background-color: rgb(254,86,212); }

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

border-color css

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

 span { border-color: rgb(254,86,212); }

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