Html Css Color HEX #FE6CD4 Neon Pink

📋 copy color: '#FE6CD4'

red 254 ◦ green 108 ◦ blue 212

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

Shades of Neon Pink #FE6CD4

Tints of Neon Pink #FE6CD4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.82%

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

R = 44.25%
G = 18.82%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE6CD4 (or 0xFE6CD4) is known color: Neon Pink. HEX triplet: FE, 6C and D4. RGB value is (254,108,212). Sum of RGB (Red+Green+Blue) = 254+108+212=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 108 (42.58% from 255 or 18.82% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6CD4 is #01932B. Grayscale: #A3A3A3. Windows color (decimal): -103212 or 13921534. OLE color: 13921534.

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

Color convert

RGB 254 108 212 -
CMYK 0 0.57 0.17 0.00
HSL 317.26º 0.99% 0.71% -
HSV(B) 317.26º 0.57% 1% -
XYZ 58.12 36.55 66.28 -
YUV 163.51 155.37 192.54 -
System Red Green Blue C M Y K H S L
Decimal 254 108 212 0 0.57 0.17 0.00 317.26 0.99 0.71
Hex FE 6C D4 0 39 11 0 13D 63 47
Octal 376 154 324 0 71 21 0 475 143 107
Binary 11111110 1101100 11010100 0 111001 10001 0 100111101 1100011 1000111

Color Harmonies of #FE6CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6CD4

Black with #FE6CD4

Text Example


Text Example

White with #FE6CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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