Html Css Color HEX #F077CA Neon Pink

📋 copy color: '#F077CA'

red 240 ◦ green 119 ◦ blue 202

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

Shades of Neon Pink #F077CA

Tints of Neon Pink #F077CA

RGB

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

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

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

R = 42.78%
G = 21.21%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F077CA (or 0xF077CA) is known color: Neon Pink. HEX triplet: F0, 77 and CA. RGB value is (240,119,202). Sum of RGB (Red+Green+Blue) = 240+119+202=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F077CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077CA is #0F8835. Grayscale: #A4A4A4. Windows color (decimal): -1017910 or 13268976. OLE color: 13268976.

HSL color Cylindrical-coordinate representation of color #F077CA: hue angle of 318.84º 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 #F077CA is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 202 -
CMYK 0 0.50 0.16 0.06
HSL 318.84º 0.8% 0.7% -
HSV(B) 318.84º 0.5% 0.94% -
XYZ 53.19 35.98 60.02 -
YUV 164.64 149.09 181.75 -
System Red Green Blue C M Y K H S L
Decimal 240 119 202 0 0.50 0.16 0.06 318.84 0.8 0.7
Hex F0 77 CA 0 32 10 6 13F 50 46
Octal 360 167 312 0 62 20 6 477 120 106
Binary 11110000 1110111 11001010 0 110010 10000 110 100111111 1010000 1000110

Color Harmonies of #F077CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F077CA

Black with #F077CA

Text Example


Text Example

White with #F077CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F077CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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