Html Css Color HEX #FE64D6 Neon Pink

📋 copy color: '#FE64D6'

red 254 ◦ green 100 ◦ blue 214

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

Shades of Neon Pink #FE64D6

Tints of Neon Pink #FE64D6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.61%

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 44.72%
G = 17.61%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE64D6 (or 0xFE64D6) is known color: Neon Pink. HEX triplet: FE, 64 and D6. RGB value is (254,100,214). Sum of RGB (Red+Green+Blue) = 254+100+214=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64D6 is #019B29. Grayscale: #9E9E9E. Windows color (decimal): -105258 or 14050558. OLE color: 14050558.

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

Color convert

RGB 254 100 214 -
CMYK 0 0.61 0.16 0.00
HSL 315.58º 0.99% 0.69% -
HSV(B) 315.58º 0.61% 1% -
XYZ 57.57 35.04 67.35 -
YUV 159.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 254 100 214 0 0.61 0.16 0.00 315.58 0.99 0.69
Hex FE 64 D6 0 3D 10 0 13C 63 45
Octal 376 144 326 0 75 20 0 474 143 105
Binary 11111110 1100100 11010110 0 111101 10000 0 100111100 1100011 1000101

Color Harmonies of #FE64D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE64D6

Black with #FE64D6

Text Example


Text Example

White with #FE64D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE64D6; }

 p { color: rgb(254,100,214); }

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

background-color css

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

 a { background-color: rgb(254,100,214); }

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

border-color css

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

 span { border-color: rgb(254,100,214); }

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