Html Css Color HEX #F06CD3 Neon Pink

📋 copy color: '#F06CD3'

red 240 ◦ green 108 ◦ blue 211

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

Shades of Neon Pink #F06CD3

Tints of Neon Pink #F06CD3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.32%

 BLUE value IS 211 (82.81% from 255) = 37.75%

R = 42.93%
G = 19.32%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F06CD3 (or 0xF06CD3) is known color: Neon Pink. HEX triplet: F0, 6C and D3. RGB value is (240,108,211). Sum of RGB (Red+Green+Blue) = 240+108+211=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CD3 is #0F932C. Grayscale: #9E9E9E. Windows color (decimal): -1020717 or 13855984. OLE color: 13855984.

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

Color convert

RGB 240 108 211 -
CMYK 0 0.55 0.12 0.06
HSL 313.18º 0.81% 0.68% -
HSV(B) 313.18º 0.55% 0.94% -
XYZ 53.06 33.95 65.39 -
YUV 159.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 240 108 211 0 0.55 0.12 0.06 313.18 0.81 0.68
Hex F0 6C D3 0 37 C 6 139 51 44
Octal 360 154 323 0 67 14 6 471 121 104
Binary 11110000 1101100 11010011 0 110111 1100 110 100111001 1010001 1000100

Color Harmonies of #F06CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CD3

Black with #F06CD3

Text Example


Text Example

White with #F06CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CD3; }

 p { color: rgb(240,108,211); }

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

background-color css

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

 a { background-color: rgb(240,108,211); }

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

border-color css

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

 span { border-color: rgb(240,108,211); }

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