Html Css Color HEX #F071CC Neon Pink

📋 copy color: '#F071CC'

red 240 ◦ green 113 ◦ blue 204

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

Shades of Neon Pink #F071CC

Tints of Neon Pink #F071CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.29%

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

R = 43.09%
G = 20.29%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F071CC (or 0xF071CC) is known color: Neon Pink. HEX triplet: F0, 71 and CC. RGB value is (240,113,204). Sum of RGB (Red+Green+Blue) = 240+113+204=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F071CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071CC is #0F8E33. Grayscale: #A1A1A1. Windows color (decimal): -1019444 or 13398512. OLE color: 13398512.

HSL color Cylindrical-coordinate representation of color #F071CC: hue angle of 317.01º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F071CC is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 204 -
CMYK 0 0.53 0.15 0.06
HSL 317.01º 0.81% 0.69% -
HSV(B) 317.01º 0.53% 0.94% -
XYZ 52.74 34.7 61.04 -
YUV 161.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 240 113 204 0 0.53 0.15 0.06 317.01 0.81 0.69
Hex F0 71 CC 0 35 F 6 13D 51 45
Octal 360 161 314 0 65 17 6 475 121 105
Binary 11110000 1110001 11001100 0 110101 1111 110 100111101 1010001 1000101

Color Harmonies of #F071CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071CC

Black with #F071CC

Text Example


Text Example

White with #F071CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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