Html Css Color HEX #FE78CA Neon Pink

📋 copy color: '#FE78CA'

red 254 ◦ green 120 ◦ blue 202

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

Shades of Neon Pink #FE78CA

Tints of Neon Pink #FE78CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.83%

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

R = 44.1%
G = 20.83%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE78CA (or 0xFE78CA) is known color: Neon Pink. HEX triplet: FE, 78 and CA. RGB value is (254,120,202). Sum of RGB (Red+Green+Blue) = 254+120+202=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78CA is #018735. Grayscale: #A9A9A9. Windows color (decimal): -100150 or 13269246. OLE color: 13269246.

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

Color convert

RGB 254 120 202 -
CMYK 0 0.53 0.20 0.00
HSL 323.28º 0.99% 0.73% -
HSV(B) 323.28º 0.53% 1% -
XYZ 58.25 38.77 60.29 -
YUV 169.41 146.39 188.33 -
System Red Green Blue C M Y K H S L
Decimal 254 120 202 0 0.53 0.20 0.00 323.28 0.99 0.73
Hex FE 78 CA 0 35 14 0 143 63 49
Octal 376 170 312 0 65 24 0 503 143 111
Binary 11111110 1111000 11001010 0 110101 10100 0 101000011 1100011 1001001

Color Harmonies of #FE78CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE78CA

Black with #FE78CA

Text Example


Text Example

White with #FE78CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE78CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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