Html Css Color HEX #F06ACD Neon Pink

📋 copy color: '#F06ACD'

red 240 ◦ green 106 ◦ blue 205

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

Shades of Neon Pink #F06ACD

Tints of Neon Pink #F06ACD

RGB

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

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

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

R = 43.56%
G = 19.24%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F06ACD (or 0xF06ACD) is known color: Neon Pink. HEX triplet: F0, 6A and CD. RGB value is (240,106,205). Sum of RGB (Red+Green+Blue) = 240+106+205=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ACD is #0F9532. Grayscale: #9D9D9D. Windows color (decimal): -1021235 or 13462256. OLE color: 13462256.

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

Color convert

RGB 240 106 205 -
CMYK 0 0.56 0.15 0.06
HSL 315.67º 0.82% 0.68% -
HSV(B) 315.67º 0.56% 0.94% -
XYZ 52.11 33.24 61.43 -
YUV 157.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 240 106 205 0 0.56 0.15 0.06 315.67 0.82 0.68
Hex F0 6A CD 0 38 F 6 13C 52 44
Octal 360 152 315 0 70 17 6 474 122 104
Binary 11110000 1101010 11001101 0 111000 1111 110 100111100 1010010 1000100

Color Harmonies of #F06ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06ACD

Black with #F06ACD

Text Example


Text Example

White with #F06ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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