Html Css Color HEX #FF78C8 Neon Pink

📋 copy color: '#FF78C8'

red 255 ◦ green 120 ◦ blue 200

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

Shades of Neon Pink #FF78C8

Tints of Neon Pink #FF78C8

RGB

 RED value IS 255 (100% from 255) = 44.35%

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

 BLUE value IS 200 (78.52% from 255) = 34.78%

R = 44.35%
G = 20.87%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF78C8 (or 0xFF78C8) is known color: Neon Pink. HEX triplet: FF, 78 and C8. RGB value is (255,120,200). Sum of RGB (Red+Green+Blue) = 255+120+200=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78C8 is #008737. Grayscale: #A9A9A9. Windows color (decimal): -34616 or 13138175. OLE color: 13138175.

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

Color convert

RGB 255 120 200 -
CMYK 0 0.53 0.22 0
HSL 324.44º 1% 0.74% -
HSV(B) 324.44º 0.53% 1% -
XYZ 58.38 38.86 59.07 -
YUV 169.49 145.23 189 -
System Red Green Blue C M Y K H S L
Decimal 255 120 200 0 0.53 0.22 0 324.44 1 0.74
Hex FF 78 C8 0 35 16 0 144 64 4A
Octal 377 170 310 0 65 26 0 504 144 112
Binary 11111111 1111000 11001000 0 110101 10110 0 101000100 1100100 1001010

Color Harmonies of #FF78C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF78C8

Black with #FF78C8

Text Example


Text Example

White with #FF78C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF78C8; }

 p { color: rgb(255,120,200); }

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

background-color css

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

 a { background-color: rgb(255,120,200); }

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

border-color css

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

 span { border-color: rgb(255,120,200); }

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