Html Css Color HEX #FE64CA Neon Pink

📋 copy color: '#FE64CA'

red 254 ◦ green 100 ◦ blue 202

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

Shades of Neon Pink #FE64CA

Tints of Neon Pink #FE64CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 45.68%
G = 17.99%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE64CA (or 0xFE64CA) is known color: Neon Pink. HEX triplet: FE, 64 and CA. RGB value is (254,100,202). Sum of RGB (Red+Green+Blue) = 254+100+202=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64CA is #019B35. Grayscale: #9D9D9D. Windows color (decimal): -105270 or 13264126. OLE color: 13264126.

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

Color convert

RGB 254 100 202 -
CMYK 0 0.61 0.20 0.00
HSL 320.26º 0.99% 0.69% -
HSV(B) 320.26º 0.61% 1% -
XYZ 56.09 34.45 59.57 -
YUV 157.67 153.02 196.71 -
System Red Green Blue C M Y K H S L
Decimal 254 100 202 0 0.61 0.20 0.00 320.26 0.99 0.69
Hex FE 64 CA 0 3D 14 0 140 63 45
Octal 376 144 312 0 75 24 0 500 143 105
Binary 11111110 1100100 11001010 0 111101 10100 0 101000000 1100011 1000101

Color Harmonies of #FE64CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE64CA

Black with #FE64CA

Text Example


Text Example

White with #FE64CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE64CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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