Html Css Color HEX #F077CC Neon Pink

📋 copy color: '#F077CC'

red 240 ◦ green 119 ◦ blue 204

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

Shades of Neon Pink #F077CC

Tints of Neon Pink #F077CC

RGB

 RED value IS 240 (94.14% from 255) = 42.63%

 GREEN value IS 119 (46.88% from 255) = 21.14%

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 42.63%
G = 21.14%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F077CC (or 0xF077CC) is known color: Neon Pink. HEX triplet: F0, 77 and CC. RGB value is (240,119,204). Sum of RGB (Red+Green+Blue) = 240+119+204=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F077CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077CC is #0F8833. Grayscale: #A4A4A4. Windows color (decimal): -1017908 or 13400048. OLE color: 13400048.

HSL color Cylindrical-coordinate representation of color #F077CC: hue angle of 317.85º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F077CC is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 204 -
CMYK 0 0.50 0.15 0.06
HSL 317.85º 0.8% 0.7% -
HSV(B) 317.85º 0.5% 0.94% -
XYZ 53.43 36.08 61.27 -
YUV 164.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 240 119 204 0 0.50 0.15 0.06 317.85 0.8 0.7
Hex F0 77 CC 0 32 F 6 13E 50 46
Octal 360 167 314 0 62 17 6 476 120 106
Binary 11110000 1110111 11001100 0 110010 1111 110 100111110 1010000 1000110

Color Harmonies of #F077CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F077CC

Black with #F077CC

Text Example


Text Example

White with #F077CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F077CC; }

 p { color: rgb(240,119,204); }

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

background-color css

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

 a { background-color: rgb(240,119,204); }

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

border-color css

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

 span { border-color: rgb(240,119,204); }

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