Html Css Color HEX #F07ACF Neon Pink

📋 copy color: '#F07ACF'

red 240 ◦ green 122 ◦ blue 207

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

Shades of Neon Pink #F07ACF

Tints of Neon Pink #F07ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.44%

 BLUE value IS 207 (81.25% from 255) = 36.38%

R = 42.18%
G = 21.44%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F07ACF (or 0xF07ACF) is known color: Neon Pink. HEX triplet: F0, 7A and CF. RGB value is (240,122,207). Sum of RGB (Red+Green+Blue) = 240+122+207=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ACF is #0F8530. Grayscale: #A6A6A6. Windows color (decimal): -1017137 or 13597424. OLE color: 13597424.

HSL color Cylindrical-coordinate representation of color #F07ACF: hue angle of 316.78º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07ACF is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 207 -
CMYK 0 0.49 0.14 0.06
HSL 316.78º 0.8% 0.71% -
HSV(B) 316.78º 0.49% 0.94% -
XYZ 54.16 36.95 63.31 -
YUV 166.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 240 122 207 0 0.49 0.14 0.06 316.78 0.8 0.71
Hex F0 7A CF 0 31 E 6 13D 50 47
Octal 360 172 317 0 61 16 6 475 120 107
Binary 11110000 1111010 11001111 0 110001 1110 110 100111101 1010000 1000111

Color Harmonies of #F07ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07ACF

Black with #F07ACF

Text Example


Text Example

White with #F07ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07ACF; }

 p { color: rgb(240,122,207); }

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

background-color css

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

 a { background-color: rgb(240,122,207); }

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

border-color css

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

 span { border-color: rgb(240,122,207); }

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