Html Css Color HEX #F070C2 Neon Pink

📋 copy color: '#F070C2'

red 240 ◦ green 112 ◦ blue 194

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

Shades of Neon Pink #F070C2

Tints of Neon Pink #F070C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.53%

R = 43.96%
G = 20.51%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F070C2 (or 0xF070C2) is known color: Neon Pink. HEX triplet: F0, 70 and C2. RGB value is (240,112,194). Sum of RGB (Red+Green+Blue) = 240+112+194=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F070C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070C2 is #0F8F3D. Grayscale: #9F9F9F. Windows color (decimal): -1019710 or 12742896. OLE color: 12742896.

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

Color convert

RGB 240 112 194 -
CMYK 0 0.53 0.19 0.06
HSL 321.56º 0.81% 0.69% -
HSV(B) 321.56º 0.53% 0.94% -
XYZ 51.47 34.01 54.89 -
YUV 159.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 240 112 194 0 0.53 0.19 0.06 321.56 0.81 0.69
Hex F0 70 C2 0 35 13 6 142 51 45
Octal 360 160 302 0 65 23 6 502 121 105
Binary 11110000 1110000 11000010 0 110101 10011 110 101000010 1010001 1000101

Color Harmonies of #F070C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070C2

Black with #F070C2

Text Example


Text Example

White with #F070C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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