Html Css Color HEX #F06DC6 Neon Pink

📋 copy color: '#F06DC6'

red 240 ◦ green 109 ◦ blue 198

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

Shades of Neon Pink #F06DC6

Tints of Neon Pink #F06DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.2%

R = 43.88%
G = 19.93%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F06DC6 (or 0xF06DC6) is known color: Neon Pink. HEX triplet: F0, 6D and C6. RGB value is (240,109,198). Sum of RGB (Red+Green+Blue) = 240+109+198=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DC6 is #0F9239. Grayscale: #9E9E9E. Windows color (decimal): -1020474 or 13004272. OLE color: 13004272.

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

Color convert

RGB 240 109 198 -
CMYK 0 0.55 0.18 0.06
HSL 319.24º 0.81% 0.68% -
HSV(B) 319.24º 0.55% 0.94% -
XYZ 51.6 33.54 57.18 -
YUV 158.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 240 109 198 0 0.55 0.18 0.06 319.24 0.81 0.68
Hex F0 6D C6 0 37 12 6 13F 51 44
Octal 360 155 306 0 67 22 6 477 121 104
Binary 11110000 1101101 11000110 0 110111 10010 110 100111111 1010001 1000100

Color Harmonies of #F06DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DC6

Black with #F06DC6

Text Example


Text Example

White with #F06DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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