Html Css Color HEX #F06DCE Neon Pink

📋 copy color: '#F06DCE'

red 240 ◦ green 109 ◦ blue 206

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

Shades of Neon Pink #F06DCE

Tints of Neon Pink #F06DCE

RGB

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

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

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

R = 43.24%
G = 19.64%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F06DCE (or 0xF06DCE) is known color: Neon Pink. HEX triplet: F0, 6D and CE. RGB value is (240,109,206). Sum of RGB (Red+Green+Blue) = 240+109+206=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DCE is #0F9231. Grayscale: #9E9E9E. Windows color (decimal): -1020466 or 13528560. OLE color: 13528560.

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

Color convert

RGB 240 109 206 -
CMYK 0 0.55 0.14 0.06
HSL 315.57º 0.81% 0.68% -
HSV(B) 315.57º 0.55% 0.94% -
XYZ 52.54 33.92 62.17 -
YUV 159.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 240 109 206 0 0.55 0.14 0.06 315.57 0.81 0.68
Hex F0 6D CE 0 37 E 6 13C 51 44
Octal 360 155 316 0 67 16 6 474 121 104
Binary 11110000 1101101 11001110 0 110111 1110 110 100111100 1010001 1000100

Color Harmonies of #F06DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DCE

Black with #F06DCE

Text Example


Text Example

White with #F06DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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