Html Css Color HEX #F076CF Neon Pink

📋 copy color: '#F076CF'

red 240 ◦ green 118 ◦ blue 207

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

Shades of Neon Pink #F076CF

Tints of Neon Pink #F076CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 42.48%
G = 20.88%
B = 36.64%

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

#F076CF (or 0xF076CF) is known color: Neon Pink. HEX triplet: F0, 76 and CF. RGB value is (240,118,207). Sum of RGB (Red+Green+Blue) = 240+118+207=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F076CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076CF is #0F8930. Grayscale: #A4A4A4. Windows color (decimal): -1018161 or 13596400. OLE color: 13596400.

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

Color convert

RGB 240 118 207 -
CMYK 0 0.51 0.14 0.06
HSL 316.23º 0.8% 0.7% -
HSV(B) 316.23º 0.51% 0.94% -
XYZ 53.68 35.99 63.15 -
YUV 164.62 151.92 181.76 -
System Red Green Blue C M Y K H S L
Decimal 240 118 207 0 0.51 0.14 0.06 316.23 0.8 0.7
Hex F0 76 CF 0 33 E 6 13C 50 46
Octal 360 166 317 0 63 16 6 474 120 106
Binary 11110000 1110110 11001111 0 110011 1110 110 100111100 1010000 1000110

Color Harmonies of #F076CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F076CF

Black with #F076CF

Text Example


Text Example

White with #F076CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F076CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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