Html Css Color HEX #FE74CA Neon Pink

📋 copy color: '#FE74CA'

red 254 ◦ green 116 ◦ blue 202

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

Shades of Neon Pink #FE74CA

Tints of Neon Pink #FE74CA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.28%

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

R = 44.41%
G = 20.28%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE74CA (or 0xFE74CA) is known color: Neon Pink. HEX triplet: FE, 74 and CA. RGB value is (254,116,202). Sum of RGB (Red+Green+Blue) = 254+116+202=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74CA is #018B35. Grayscale: #A6A6A6. Windows color (decimal): -101174 or 13268222. OLE color: 13268222.

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

Color convert

RGB 254 116 202 -
CMYK 0 0.54 0.20 0.00
HSL 322.61º 0.99% 0.73% -
HSV(B) 322.61º 0.54% 1% -
XYZ 57.78 37.83 60.13 -
YUV 167.07 147.72 190.01 -
System Red Green Blue C M Y K H S L
Decimal 254 116 202 0 0.54 0.20 0.00 322.61 0.99 0.73
Hex FE 74 CA 0 36 14 0 143 63 49
Octal 376 164 312 0 66 24 0 503 143 111
Binary 11111110 1110100 11001010 0 110110 10100 0 101000011 1100011 1001001

Color Harmonies of #FE74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE74CA

Black with #FE74CA

Text Example


Text Example

White with #FE74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE74CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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