Html Css Color HEX #F06DCC Neon Pink

📋 copy color: '#F06DCC'

red 240 ◦ green 109 ◦ blue 204

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

Shades of Neon Pink #F06DCC

Tints of Neon Pink #F06DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.71%

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

R = 43.4%
G = 19.71%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F06DCC (or 0xF06DCC) is known color: Neon Pink. HEX triplet: F0, 6D and CC. RGB value is (240,109,204). Sum of RGB (Red+Green+Blue) = 240+109+204=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DCC is #0F9233. Grayscale: #9E9E9E. Windows color (decimal): -1020468 or 13397488. OLE color: 13397488.

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

Color convert

RGB 240 109 204 -
CMYK 0 0.55 0.15 0.06
HSL 316.49º 0.81% 0.68% -
HSV(B) 316.49º 0.55% 0.94% -
XYZ 52.3 33.82 60.9 -
YUV 159 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 240 109 204 0 0.55 0.15 0.06 316.49 0.81 0.68
Hex F0 6D CC 0 37 F 6 13C 51 44
Octal 360 155 314 0 67 17 6 474 121 104
Binary 11110000 1101101 11001100 0 110111 1111 110 100111100 1010001 1000100

Color Harmonies of #F06DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DCC

Black with #F06DCC

Text Example


Text Example

White with #F06DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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