Html Css Color HEX #F076CE Neon Pink

📋 copy color: '#F076CE'

red 240 ◦ green 118 ◦ blue 206

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

Shades of Neon Pink #F076CE

Tints of Neon Pink #F076CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.92%

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 42.55%
G = 20.92%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F076CE (or 0xF076CE) is known color: Neon Pink. HEX triplet: F0, 76 and CE. RGB value is (240,118,206). Sum of RGB (Red+Green+Blue) = 240+118+206=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F076CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076CE is #0F8931. Grayscale: #A4A4A4. Windows color (decimal): -1018162 or 13530864. OLE color: 13530864.

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

Color convert

RGB 240 118 206 -
CMYK 0 0.51 0.14 0.06
HSL 316.72º 0.8% 0.7% -
HSV(B) 316.72º 0.51% 0.94% -
XYZ 53.55 35.94 62.51 -
YUV 164.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 240 118 206 0 0.51 0.14 0.06 316.72 0.8 0.7
Hex F0 76 CE 0 33 E 6 13D 50 46
Octal 360 166 316 0 63 16 6 475 120 106
Binary 11110000 1110110 11001110 0 110011 1110 110 100111101 1010000 1000110

Color Harmonies of #F076CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F076CE

Black with #F076CE

Text Example


Text Example

White with #F076CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F076CE; }

 p { color: rgb(240,118,206); }

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

background-color css

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

 a { background-color: rgb(240,118,206); }

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

border-color css

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

 span { border-color: rgb(240,118,206); }

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