Html Css Color HEX #F06ED4 Neon Pink

📋 copy color: '#F06ED4'

red 240 ◦ green 110 ◦ blue 212

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

Shades of Neon Pink #F06ED4

Tints of Neon Pink #F06ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.72%

R = 42.7%
G = 19.57%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F06ED4 (or 0xF06ED4) is known color: Neon Pink. HEX triplet: F0, 6E and D4. RGB value is (240,110,212). Sum of RGB (Red+Green+Blue) = 240+110+212=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ED4 is #0F912B. Grayscale: #A0A0A0. Windows color (decimal): -1020204 or 13922032. OLE color: 13922032.

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

Color convert

RGB 240 110 212 -
CMYK 0 0.54 0.12 0.06
HSL 312.92º 0.81% 0.69% -
HSV(B) 312.92º 0.54% 0.94% -
XYZ 53.39 34.43 66.12 -
YUV 160.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 240 110 212 0 0.54 0.12 0.06 312.92 0.81 0.69
Hex F0 6E D4 0 36 C 6 139 51 45
Octal 360 156 324 0 66 14 6 471 121 105
Binary 11110000 1101110 11010100 0 110110 1100 110 100111001 1010001 1000101

Color Harmonies of #F06ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06ED4

Black with #F06ED4

Text Example


Text Example

White with #F06ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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