Html Css Color HEX #F06FCE Neon Pink

📋 copy color: '#F06FCE'

red 240 ◦ green 111 ◦ blue 206

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

Shades of Neon Pink #F06FCE

Tints of Neon Pink #F06FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.93%

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

R = 43.09%
G = 19.93%
B = 36.98%

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

#F06FCE (or 0xF06FCE) is known color: Neon Pink. HEX triplet: F0, 6F and CE. RGB value is (240,111,206). Sum of RGB (Red+Green+Blue) = 240+111+206=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FCE is #0F9031. Grayscale: #A0A0A0. Windows color (decimal): -1019954 or 13529072. OLE color: 13529072.

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

Color convert

RGB 240 111 206 -
CMYK 0 0.54 0.14 0.06
HSL 315.81º 0.81% 0.69% -
HSV(B) 315.81º 0.54% 0.94% -
XYZ 52.76 34.35 62.24 -
YUV 160.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 240 111 206 0 0.54 0.14 0.06 315.81 0.81 0.69
Hex F0 6F CE 0 36 E 6 13C 51 45
Octal 360 157 316 0 66 16 6 474 121 105
Binary 11110000 1101111 11001110 0 110110 1110 110 100111100 1010001 1000101

Color Harmonies of #F06FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FCE

Black with #F06FCE

Text Example


Text Example

White with #F06FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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