Html Css Color HEX #FE6BDC Neon Pink

📋 copy color: '#FE6BDC'

red 254 ◦ green 107 ◦ blue 220

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

Shades of Neon Pink #FE6BDC

Tints of Neon Pink #FE6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.42%

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 43.72%
G = 18.42%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE6BDC (or 0xFE6BDC) is known color: Neon Pink. HEX triplet: FE, 6B and DC. RGB value is (254,107,220). Sum of RGB (Red+Green+Blue) = 254+107+220=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 107 (42.19% from 255 or 18.42% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BDC is #019423. Grayscale: #A3A3A3. Windows color (decimal): -103460 or 14445566. OLE color: 14445566.

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

Color convert

RGB 254 107 220 -
CMYK 0 0.58 0.13 0.00
HSL 313.88º 0.99% 0.71% -
HSV(B) 313.88º 0.58% 1% -
XYZ 59.05 36.75 71.69 -
YUV 163.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 254 107 220 0 0.58 0.13 0.00 313.88 0.99 0.71
Hex FE 6B DC 0 3A D 0 13A 63 47
Octal 376 153 334 0 72 15 0 472 143 107
Binary 11111110 1101011 11011100 0 111010 1101 0 100111010 1100011 1000111

Color Harmonies of #FE6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6BDC

Black with #FE6BDC

Text Example


Text Example

White with #FE6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6BDC; }

 p { color: rgb(254,107,220); }

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

background-color css

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

 a { background-color: rgb(254,107,220); }

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

border-color css

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

 span { border-color: rgb(254,107,220); }

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