Html Css Color HEX #FE56C2 Neon Pink

📋 copy color: '#FE56C2'

red 254 ◦ green 86 ◦ blue 194

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

Shades of Neon Pink #FE56C2

Tints of Neon Pink #FE56C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.33%

R = 47.57%
G = 16.1%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE56C2 (or 0xFE56C2) is known color: Neon Pink. HEX triplet: FE, 56 and C2. RGB value is (254,86,194). Sum of RGB (Red+Green+Blue) = 254+86+194=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56C2 is #01A93D. Grayscale: #949494. Windows color (decimal): -108862 or 12736254. OLE color: 12736254.

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

Color convert

RGB 254 86 194 -
CMYK 0 0.66 0.24 0.00
HSL 321.43º 0.99% 0.67% -
HSV(B) 321.43º 0.66% 1% -
XYZ 53.94 31.62 54.3 -
YUV 148.54 153.66 203.22 -
System Red Green Blue C M Y K H S L
Decimal 254 86 194 0 0.66 0.24 0.00 321.43 0.99 0.67
Hex FE 56 C2 0 42 18 0 141 63 43
Octal 376 126 302 0 102 30 0 501 143 103
Binary 11111110 1010110 11000010 0 1000010 11000 0 101000001 1100011 1000011

Color Harmonies of #FE56C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE56C2

Black with #FE56C2

Text Example


Text Example

White with #FE56C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE56C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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