Html Css Color HEX #F06FCC Neon Pink

📋 copy color: '#F06FCC'

red 240 ◦ green 111 ◦ blue 204

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

Shades of Neon Pink #F06FCC

Tints of Neon Pink #F06FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 43.24%
G = 20%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F06FCC (or 0xF06FCC) is known color: Neon Pink. HEX triplet: F0, 6F and CC. RGB value is (240,111,204). Sum of RGB (Red+Green+Blue) = 240+111+204=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FCC is #0F9033. Grayscale: #9F9F9F. Windows color (decimal): -1019956 or 13398000. OLE color: 13398000.

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

Color convert

RGB 240 111 204 -
CMYK 0 0.54 0.15 0.06
HSL 316.74º 0.81% 0.69% -
HSV(B) 316.74º 0.54% 0.94% -
XYZ 52.52 34.25 60.97 -
YUV 160.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 240 111 204 0 0.54 0.15 0.06 316.74 0.81 0.69
Hex F0 6F CC 0 36 F 6 13D 51 45
Octal 360 157 314 0 66 17 6 475 121 105
Binary 11110000 1101111 11001100 0 110110 1111 110 100111101 1010001 1000101

Color Harmonies of #F06FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FCC

Black with #F06FCC

Text Example


Text Example

White with #F06FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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