Html Css Color HEX #F06ECF Neon Pink

📋 copy color: '#F06ECF'

red 240 ◦ green 110 ◦ blue 207

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

Shades of Neon Pink #F06ECF

Tints of Neon Pink #F06ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.75%

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

R = 43.09%
G = 19.75%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F06ECF (or 0xF06ECF) is known color: Neon Pink. HEX triplet: F0, 6E and CF. RGB value is (240,110,207). Sum of RGB (Red+Green+Blue) = 240+110+207=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ECF is #0F9130. Grayscale: #9F9F9F. Windows color (decimal): -1020209 or 13594352. OLE color: 13594352.

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

Color convert

RGB 240 110 207 -
CMYK 0 0.54 0.14 0.06
HSL 315.23º 0.81% 0.69% -
HSV(B) 315.23º 0.54% 0.94% -
XYZ 52.77 34.18 62.85 -
YUV 159.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 240 110 207 0 0.54 0.14 0.06 315.23 0.81 0.69
Hex F0 6E CF 0 36 E 6 13B 51 45
Octal 360 156 317 0 66 16 6 473 121 105
Binary 11110000 1101110 11001111 0 110110 1110 110 100111011 1010001 1000101

Color Harmonies of #F06ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06ECF

Black with #F06ECF

Text Example


Text Example

White with #F06ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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