Html Css Color HEX #F070C4 Neon Pink

📋 copy color: '#F070C4'

red 240 ◦ green 112 ◦ blue 196

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

Shades of Neon Pink #F070C4

Tints of Neon Pink #F070C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.77%

R = 43.8%
G = 20.44%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F070C4 (or 0xF070C4) is known color: Neon Pink. HEX triplet: F0, 70 and C4. RGB value is (240,112,196). Sum of RGB (Red+Green+Blue) = 240+112+196=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F070C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070C4 is #0F8F3B. Grayscale: #9F9F9F. Windows color (decimal): -1019708 or 12873968. OLE color: 12873968.

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

Color convert

RGB 240 112 196 -
CMYK 0 0.53 0.18 0.06
HSL 320.63º 0.81% 0.69% -
HSV(B) 320.63º 0.53% 0.94% -
XYZ 51.69 34.1 56.08 -
YUV 159.85 148.41 185.17 -
System Red Green Blue C M Y K H S L
Decimal 240 112 196 0 0.53 0.18 0.06 320.63 0.81 0.69
Hex F0 70 C4 0 35 12 6 141 51 45
Octal 360 160 304 0 65 22 6 501 121 105
Binary 11110000 1110000 11000100 0 110101 10010 110 101000001 1010001 1000101

Color Harmonies of #F070C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070C4

Black with #F070C4

Text Example


Text Example

White with #F070C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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