Html Css Color HEX #F06ECD Neon Pink

📋 copy color: '#F06ECD'

red 240 ◦ green 110 ◦ blue 205

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

Shades of Neon Pink #F06ECD

Tints of Neon Pink #F06ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.82%

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 43.24%
G = 19.82%
B = 36.94%

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

#F06ECD (or 0xF06ECD) is known color: Neon Pink. HEX triplet: F0, 6E and CD. RGB value is (240,110,205). Sum of RGB (Red+Green+Blue) = 240+110+205=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ECD is #0F9132. Grayscale: #9F9F9F. Windows color (decimal): -1020211 or 13463280. OLE color: 13463280.

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

Color convert

RGB 240 110 205 -
CMYK 0 0.54 0.15 0.06
HSL 316.15º 0.81% 0.69% -
HSV(B) 316.15º 0.54% 0.94% -
XYZ 52.53 34.08 61.57 -
YUV 159.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 240 110 205 0 0.54 0.15 0.06 316.15 0.81 0.69
Hex F0 6E CD 0 36 F 6 13C 51 45
Octal 360 156 315 0 66 17 6 474 121 105
Binary 11110000 1101110 11001101 0 110110 1111 110 100111100 1010001 1000101

Color Harmonies of #F06ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06ECD

Black with #F06ECD

Text Example


Text Example

White with #F06ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06ECD; }

 p { color: rgb(240,110,205); }

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

background-color css

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

 a { background-color: rgb(240,110,205); }

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

border-color css

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

 span { border-color: rgb(240,110,205); }

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