Html Css Color HEX #FE78D0 Neon Pink

📋 copy color: '#FE78D0'

red 254 ◦ green 120 ◦ blue 208

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

Shades of Neon Pink #FE78D0

Tints of Neon Pink #FE78D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 43.64%
G = 20.62%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE78D0 (or 0xFE78D0) is known color: Neon Pink. HEX triplet: FE, 78 and D0. RGB value is (254,120,208). Sum of RGB (Red+Green+Blue) = 254+120+208=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78D0 is #01872F. Grayscale: #A9A9A9. Windows color (decimal): -100144 or 13662462. OLE color: 13662462.

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

Color convert

RGB 254 120 208 -
CMYK 0 0.53 0.18 0.00
HSL 320.6º 0.99% 0.73% -
HSV(B) 320.6º 0.53% 1% -
XYZ 58.97 39.06 64.11 -
YUV 170.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 254 120 208 0 0.53 0.18 0.00 320.6 0.99 0.73
Hex FE 78 D0 0 35 12 0 141 63 49
Octal 376 170 320 0 65 22 0 501 143 111
Binary 11111110 1111000 11010000 0 110101 10010 0 101000001 1100011 1001001

Color Harmonies of #FE78D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE78D0

Black with #FE78D0

Text Example


Text Example

White with #FE78D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE78D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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