Html Css Color HEX #F07ACE Neon Pink

📋 copy color: '#F07ACE'

red 240 ◦ green 122 ◦ blue 206

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

Shades of Neon Pink #F07ACE

Tints of Neon Pink #F07ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 42.25%
G = 21.48%
B = 36.27%

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

#F07ACE (or 0xF07ACE) is known color: Neon Pink. HEX triplet: F0, 7A and CE. RGB value is (240,122,206). Sum of RGB (Red+Green+Blue) = 240+122+206=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ACE is #0F8531. Grayscale: #A6A6A6. Windows color (decimal): -1017138 or 13531888. OLE color: 13531888.

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

Color convert

RGB 240 122 206 -
CMYK 0 0.49 0.14 0.06
HSL 317.29º 0.8% 0.71% -
HSV(B) 317.29º 0.49% 0.94% -
XYZ 54.04 36.9 62.67 -
YUV 166.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 240 122 206 0 0.49 0.14 0.06 317.29 0.8 0.71
Hex F0 7A CE 0 31 E 6 13D 50 47
Octal 360 172 316 0 61 16 6 475 120 107
Binary 11110000 1111010 11001110 0 110001 1110 110 100111101 1010000 1000111

Color Harmonies of #F07ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07ACE

Black with #F07ACE

Text Example


Text Example

White with #F07ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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