Html Css Color HEX #F070CC Neon Pink

📋 copy color: '#F070CC'

red 240 ◦ green 112 ◦ blue 204

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

Shades of Neon Pink #F070CC

Tints of Neon Pink #F070CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.14%

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

R = 43.17%
G = 20.14%
B = 36.69%

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

#F070CC (or 0xF070CC) is known color: Neon Pink. HEX triplet: F0, 70 and CC. RGB value is (240,112,204). Sum of RGB (Red+Green+Blue) = 240+112+204=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F070CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070CC is #0F8F33. Grayscale: #A0A0A0. Windows color (decimal): -1019700 or 13398256. OLE color: 13398256.

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

Color convert

RGB 240 112 204 -
CMYK 0 0.53 0.15 0.06
HSL 316.88º 0.81% 0.69% -
HSV(B) 316.88º 0.53% 0.94% -
XYZ 52.63 34.47 61.01 -
YUV 160.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 240 112 204 0 0.53 0.15 0.06 316.88 0.81 0.69
Hex F0 70 CC 0 35 F 6 13D 51 45
Octal 360 160 314 0 65 17 6 475 121 105
Binary 11110000 1110000 11001100 0 110101 1111 110 100111101 1010001 1000101

Color Harmonies of #F070CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070CC

Black with #F070CC

Text Example


Text Example

White with #F070CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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