Html Css Color HEX #F070CA Neon Pink

📋 copy color: '#F070CA'

red 240 ◦ green 112 ◦ blue 202

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

Shades of Neon Pink #F070CA

Tints of Neon Pink #F070CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 43.32%
G = 20.22%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F070CA (or 0xF070CA) is known color: Neon Pink. HEX triplet: F0, 70 and CA. RGB value is (240,112,202). Sum of RGB (Red+Green+Blue) = 240+112+202=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F070CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070CA is #0F8F35. Grayscale: #A0A0A0. Windows color (decimal): -1019702 or 13267184. OLE color: 13267184.

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

Color convert

RGB 240 112 202 -
CMYK 0 0.53 0.16 0.06
HSL 317.81º 0.81% 0.69% -
HSV(B) 317.81º 0.53% 0.94% -
XYZ 52.39 34.38 59.75 -
YUV 160.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 240 112 202 0 0.53 0.16 0.06 317.81 0.81 0.69
Hex F0 70 CA 0 35 10 6 13E 51 45
Octal 360 160 312 0 65 20 6 476 121 105
Binary 11110000 1110000 11001010 0 110101 10000 110 100111110 1010001 1000101

Color Harmonies of #F070CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070CA

Black with #F070CA

Text Example


Text Example

White with #F070CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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