Html Css Color HEX #F077CB Neon Pink

📋 copy color: '#F077CB'

red 240 ◦ green 119 ◦ blue 203

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

Shades of Neon Pink #F077CB

Tints of Neon Pink #F077CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 42.7%
G = 21.17%
B = 36.12%

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

#F077CB (or 0xF077CB) is known color: Neon Pink. HEX triplet: F0, 77 and CB. RGB value is (240,119,203). Sum of RGB (Red+Green+Blue) = 240+119+203=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F077CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077CB is #0F8834. Grayscale: #A4A4A4. Windows color (decimal): -1017909 or 13334512. OLE color: 13334512.

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

Color convert

RGB 240 119 203 -
CMYK 0 0.50 0.15 0.06
HSL 318.35º 0.8% 0.7% -
HSV(B) 318.35º 0.5% 0.94% -
XYZ 53.31 36.03 60.64 -
YUV 164.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 240 119 203 0 0.50 0.15 0.06 318.35 0.8 0.7
Hex F0 77 CB 0 32 F 6 13E 50 46
Octal 360 167 313 0 62 17 6 476 120 106
Binary 11110000 1110111 11001011 0 110010 1111 110 100111110 1010000 1000110

Color Harmonies of #F077CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F077CB

Black with #F077CB

Text Example


Text Example

White with #F077CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F077CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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