Html Css Color HEX #F778CA Neon Pink

📋 copy color: '#F778CA'

red 247 ◦ green 120 ◦ blue 202

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

Shades of Neon Pink #F778CA

Tints of Neon Pink #F778CA

RGB

 RED value IS 247 (96.88% from 255) = 43.41%

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

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

R = 43.41%
G = 21.09%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F778CA (or 0xF778CA) is known color: Neon Pink. HEX triplet: F7, 78 and CA. RGB value is (247,120,202). Sum of RGB (Red+Green+Blue) = 247+120+202=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F778CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778CA is #088735. Grayscale: #A7A7A7. Windows color (decimal): -558902 or 13269239. OLE color: 13269239.

HSL color Cylindrical-coordinate representation of color #F778CA: hue angle of 321.26º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F778CA is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 120 202 -
CMYK 0 0.51 0.18 0.03
HSL 321.26º 0.89% 0.72% -
HSV(B) 321.26º 0.51% 0.97% -
XYZ 55.73 37.47 60.17 -
YUV 167.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 247 120 202 0 0.51 0.18 0.03 321.26 0.89 0.72
Hex F7 78 CA 0 33 12 3 141 59 48
Octal 367 170 312 0 63 22 3 501 131 110
Binary 11110111 1111000 11001010 0 110011 10010 11 101000001 1011001 1001000

Color Harmonies of #F778CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F778CA

Black with #F778CA

Text Example


Text Example

White with #F778CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F778CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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