Html Css Color HEX #F06AD0 Neon Pink

📋 copy color: '#F06AD0'

red 240 ◦ green 106 ◦ blue 208

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

Shades of Neon Pink #F06AD0

Tints of Neon Pink #F06AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.13%

 BLUE value IS 208 (81.64% from 255) = 37.55%

R = 43.32%
G = 19.13%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F06AD0 (or 0xF06AD0) is known color: Neon Pink. HEX triplet: F0, 6A and D0. RGB value is (240,106,208). Sum of RGB (Red+Green+Blue) = 240+106+208=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06AD0 is #0F952F. Grayscale: #9D9D9D. Windows color (decimal): -1021232 or 13658864. OLE color: 13658864.

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

Color convert

RGB 240 106 208 -
CMYK 0 0.56 0.13 0.06
HSL 314.33º 0.82% 0.68% -
HSV(B) 314.33º 0.56% 0.94% -
XYZ 52.47 33.39 63.35 -
YUV 157.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 240 106 208 0 0.56 0.13 0.06 314.33 0.82 0.68
Hex F0 6A D0 0 38 D 6 13A 52 44
Octal 360 152 320 0 70 15 6 472 122 104
Binary 11110000 1101010 11010000 0 111000 1101 110 100111010 1010010 1000100

Color Harmonies of #F06AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06AD0

Black with #F06AD0

Text Example


Text Example

White with #F06AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06AD0; }

 p { color: rgb(240,106,208); }

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

background-color css

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

 a { background-color: rgb(240,106,208); }

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

border-color css

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

 span { border-color: rgb(240,106,208); }

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