Html Css Color HEX #F06DCD Neon Pink

📋 copy color: '#F06DCD'

red 240 ◦ green 109 ◦ blue 205

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

Shades of Neon Pink #F06DCD

Tints of Neon Pink #F06DCD

RGB

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

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

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

R = 43.32%
G = 19.68%
B = 37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F06DCD (or 0xF06DCD) is known color: Neon Pink. HEX triplet: F0, 6D and CD. RGB value is (240,109,205). Sum of RGB (Red+Green+Blue) = 240+109+205=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DCD is #0F9232. Grayscale: #9E9E9E. Windows color (decimal): -1020467 or 13463024. OLE color: 13463024.

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

Color convert

RGB 240 109 205 -
CMYK 0 0.55 0.15 0.06
HSL 316.03º 0.81% 0.68% -
HSV(B) 316.03º 0.55% 0.94% -
XYZ 52.42 33.87 61.53 -
YUV 159.11 153.9 185.69 -
System Red Green Blue C M Y K H S L
Decimal 240 109 205 0 0.55 0.15 0.06 316.03 0.81 0.68
Hex F0 6D CD 0 37 F 6 13C 51 44
Octal 360 155 315 0 67 17 6 474 121 104
Binary 11110000 1101101 11001101 0 110111 1111 110 100111100 1010001 1000100

Color Harmonies of #F06DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DCD

Black with #F06DCD

Text Example


Text Example

White with #F06DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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